/aosp12/packages/apps/Car/Dialer/testing/src/com/android/car/dialer/testing/ |
H A D | TestViewActions.java | 44 public String getDescription() { in selfClick() method in TestViewActions 65 public String getDescription() { 86 public String getDescription() { 110 public String getDescription() { 131 public String getDescription() { 151 public String getDescription() {
|
/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/ |
H A D | ProgramRestrictionsFragment.java | 38 public static String getDescription(MainActivity tvActivity) { in getDescription() method in ProgramRestrictionsFragment 39 return RatingsFragment.getDescription(tvActivity); in getDescription() 59 RatingSystemsFragment.getDescription(getMainActivity()), in getItemList() 68 String ratingsDescription = RatingsFragment.getDescription(getMainActivity()); in getItemList() 82 if (RatingSystemsFragment.getDescription(getMainActivity()) in getItemList()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | Entry.h | 69 virtual std::string getDescription() const = 0; 80 std::string getDescription() const override; 89 std::string getDescription() const override; 101 std::string getDescription() const override; 110 std::string getDescription() const override; 122 std::string getDescription() const override; 153 std::string getDescription() const override; 186 std::string getDescription() const override; 205 std::string getDescription() const override;
|
H A D | Entry.cpp | 86 std::string ConfigurationChangedEntry::getDescription() const { in getDescription() function in android::inputdispatcher::ConfigurationChangedEntry 97 std::string DeviceResetEntry::getDescription() const { in getDescription() function in android::inputdispatcher::DeviceResetEntry 113 std::string FocusEntry::getDescription() const { in getDescription() function in android::inputdispatcher::FocusEntry 128 std::string PointerCaptureChangedEntry::getDescription() const { in getDescription() function in android::inputdispatcher::PointerCaptureChangedEntry 146 std::string DragEntry::getDescription() const { in getDescription() function in android::inputdispatcher::DragEntry 173 std::string KeyEntry::getDescription() const { in getDescription() function in android::inputdispatcher::KeyEntry 232 std::string MotionEntry::getDescription() const { in getDescription() function in android::inputdispatcher::MotionEntry 276 std::string SensorEntry::getDescription() const { in getDescription() function in android::inputdispatcher::SensorEntry
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/ |
H A D | DescriptionPreferenceController.java | 48 if (mChannel != null && !TextUtils.isEmpty(mChannel.getDescription())) { in isAvailable() 51 if (hasValidGroup() && !TextUtils.isEmpty(mChannelGroup.getDescription())) { in isAvailable() 65 preference.setTitle(mChannel.getDescription()); in updateState() 67 preference.setTitle(mChannelGroup.getDescription()); in updateState()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | NotificationChannelGroup.java | 152 public String getDescription() { in getDescription() method in NotificationChannelGroup 247 if (getDescription() != null) { in writeXml() 248 out.attribute(null, ATT_DESC, getDescription().toString()); in writeXml() 264 record.put(ATT_DESC, getDescription()); in toJson() 297 Objects.equals(getDescription(), that.getDescription()) && in equals() 303 return Objects.hash(getId(), getName(), getDescription(), isBlocked(), getChannels(), in hashCode() 310 cloned.setDescription(getDescription()); in clone()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/library/ |
H A D | OptionalClassRunner.java | 71 public Description getDescription() { in getDescription() method in OptionalClassRunner 72 return mDelegate.getDescription(); in getDescription() 107 return child.getDescription(); in describeChild() 127 public Description getDescription() { in getDescription() method in OptionalClassRunner.ClassNotFoundRunner.ChildRunner 138 }, getDescription(), notifier); in run()
|
/aosp12/system/security/keystore/ |
H A D | keystore_cli_v2.cpp | 240 std::cerr << "Failed to get key entry: " << rc.getDescription() << std::endl; in loadOrCreateAndVerifyEncryptionKey() 259 std::cerr << "Failed to generate key: " << rc.getDescription() << std::endl; in loadOrCreateAndVerifyEncryptionKey() 265 std::cerr << "Failed to get key entry (second try): " << rc.getDescription() in loadOrCreateAndVerifyEncryptionKey() 559 LOG(ERROR) << "Failed to generate key: " << rc.getDescription(); in TestKey() 566 LOG(ERROR) << "Failed to delete key: " << rc.getDescription(); in TestKey() 773 std::cerr << "GenerateKey failed: " << rc.getDescription() << std::endl; in GenerateKey() 788 std::cerr << "Failed to get key entry: " << rc.getDescription() << std::endl; in GetCharacteristics() 804 std::cerr << "Failed to get key entry: " << rc.getDescription() << std::endl; in ExportKey() 822 std::cerr << "Failed to delete key: " << rc.getDescription(); in DeleteKey() 853 std::cerr << "ListKeys failed: " << rc.getDescription() << std::endl; in List() [all …]
|
/aosp12/system/tools/aidl/tests/ |
H A D | aidl_test_client_ndk_versioned_interface.cpp | 46 EXPECT_TRUE(status.isOk()) << status.getDescription(); in TEST_F() 53 EXPECT_TRUE(status.isOk()) << status.getDescription(); in TEST_F() 61 EXPECT_TRUE(status.isOk()) << status.getDescription(); in TEST_F() 69 EXPECT_TRUE(status.isOk()) << status.getDescription(); in TEST_F()
|
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/ |
H A D | StorageEntry.java | 183 if (getDescription() == null) { in compareTo() 186 if (other.getDescription() == null) { in compareTo() 189 return getDescription().compareTo(other.getDescription()); in compareTo() 249 public String getDescription() { in getDescription() method in StorageEntry 254 return mUnsupportedDiskInfo.getDescription(); in getDescription()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/actions/ |
H A D | ActionOnItemViewAction.java | 78 public String getDescription() { in getDescription() method in ActionOnItemViewAction 82 mViewAction.getDescription(), mViewHolderMatcher); in getDescription() 87 mViewAction.getDescription(), mAtPosition, mViewHolderMatcher); in getDescription() 108 .withActionDescription(this.getDescription()) in perform()
|
H A D | LowLevelActions.java | 55 public String getDescription() { in getDescription() method in LowLevelActions.PressAndHoldAction 78 public String getDescription() { in getDescription() method in LowLevelActions.ReleaseAction 102 public String getDescription() { in touchDownAndUp() method in LowLevelActions 140 public String getDescription() {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
H A D | StorageNotification.java | 356 R.string.ext_media_checking_notification_title, disk.getDescription()); in onVolumeChecking() 358 R.string.ext_media_checking_notification_message, disk.getDescription()); in onVolumeChecking() 377 final CharSequence title = disk.getDescription(); in onVolumeMounted() 379 R.string.ext_media_new_notification_message, disk.getDescription()); in onVolumeMounted() 401 final CharSequence title = disk.getDescription(); in onVolumeMounted() 403 R.string.ext_media_ready_notification_message, disk.getDescription()); in onVolumeMounted() 432 R.string.ext_media_unmounting_notification_title, disk.getDescription()); in onVolumeEjecting() 445 R.string.ext_media_unmountable_notification_title, disk.getDescription()); in onVolumeUnmountable() 469 R.string.ext_media_nomedia_notification_title, disk.getDescription()); in onVolumeRemoved() 471 R.string.ext_media_nomedia_notification_message, disk.getDescription()); in onVolumeRemoved() [all …]
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/audio_util/ |
H A D | BrowserPlayerWrapperTest.java | 390 Assert.assertEquals(expected.getDescription().getMediaId(), folder.mediaId); in testGetFolderItems() 391 Assert.assertEquals(expected.getDescription().getTitle(), folder.title); in testGetFolderItems() 395 Assert.assertEquals(expected.getDescription().getMediaId(), song.mediaId); in testGetFolderItems() 396 Assert.assertEquals(expected.getDescription().getTitle(), song.title); in testGetFolderItems() 397 Assert.assertEquals(expected.getDescription().getSubtitle(), song.artist); in testGetFolderItems() 398 Assert.assertEquals(expected.getDescription().getDescription(), song.album); in testGetFolderItems() 399 if (expected.getDescription().getIconBitmap() != null) { in testGetFolderItems() 401 Bitmap expectedBitmap = expected.getDescription().getIconBitmap(); in testGetFolderItems() 403 } else if (expected.getDescription().getIconUri() != null) { in testGetFolderItems()
|
/aosp12/frameworks/base/libs/usb/src/com/android/future/usb/ |
H A D | UsbAccessory.java | 34 mDescription = accessory.getDescription(); in UsbAccessory() 63 public String getDescription() { in getDescription() method in UsbAccessory 109 compare(mDescription, accessory.getDescription()) && in equals()
|
H A D | UsbManager.java | 133 accessory.getDescription(), accessory.getVersion(), in openAccessory() 154 accessory.getDescription(), accessory.getVersion(), in hasPermission() 179 accessory.getDescription(), accessory.getVersion(), in requestPermission()
|
/aosp12/hardware/qcom/audio/hal/ |
H A D | audio_perf.cpp | 115 std::string err = ret.getDescription(); in audio_streaming_hint_start() 152 std::string err = ret.getDescription(); in audio_streaming_hint_end() 189 std::string err = ret.getDescription(); in audio_low_latency_hint_start() 226 std::string err = ret.getDescription(); in audio_low_latency_hint_end()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/helpers/ |
H A D | Metadata.java | 106 fromMediaDescription(data.getDescription()); in fromMediaMetadata() 150 return fromMediaDescription(item.getDescription()).setMediaId(item.getMediaId()); in fromMediaItem() 162 if (desc.getDescription() != null) mMetadata.album = desc.getDescription().toString(); in fromMediaDescription() 181 return fromMediaDescription(item.getDescription()); in fromQueueItem()
|
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | DiagnosticInfos.cpp | 33 llvm::StringRef getDescription() const { in getDescription() function 107 llvm::StringRef DiagnosticInfos::getDescription(unsigned int pID, in getDescription() function in mcld::DiagnosticInfos 109 return getDiagInfo(pID, pInLoC)->getDescription(); in getDescription()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
H A D | DescriptionPreferenceControllerTest.java | 120 when(channel.getDescription()).thenReturn("AAA"); in testIsAvailable_channel() 129 when(group.getDescription()).thenReturn("something"); in testIsAvailable_channelGroup() 145 when(channel.getDescription()).thenReturn("AAA"); in testUpdateState_channel() 160 when(group.getDescription()).thenReturn("something"); in testUpdateState_channelGroup()
|
/aosp12/frameworks/base/media/java/android/mtp/ |
H A D | MtpStorage.java | 40 mDescription = volume.getDescription(null); in MtpStorage() 71 public final String getDescription() { in getDescription() method in MtpStorage
|
/aosp12/system/libvintf/analyze_matrix/ |
H A D | analyze_matrix.cpp | 50 std::set<std::string> getDescription(const CompatibilityMatrix& mat, F descriptionFn, in getDescription() function 144 getDescription(*mat, &MatrixInstance::interfaceDescription, FLAGS_requirement); in main() 157 auto instances = getDescription(*mat, &MatrixInstance::description, FLAGS_requirement); in main()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | PinchZoomAction.java | 231 .withActionDescription(getDescription()) in perform() 238 .withActionDescription(getDescription()) in perform() 240 .withCause(new RuntimeException(getDescription() + " failed")) in perform() 246 public String getDescription() { in getDescription() method in PinchZoomAction
|
/aosp12/frameworks/native/cmds/idlcli/vibrator/ |
H A D | CommandGetFrequencyMinimum.cpp | 27 std::string getDescription() const override { in getDescription() function in android::idlcli::vibrator::CommandGetFrequencyMinimum 53 statusStr = status.getDescription(); in doMain()
|
H A D | CommandGetFrequencyResolution.cpp | 27 std::string getDescription() const override { in getDescription() function in android::idlcli::vibrator::CommandGetFrequencyResolution 54 statusStr = status.getDescription(); in doMain()
|