/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/ |
D | SwitchesProviderTest.java | 91 controller.setKey("123"); in attachInfo_NoMetaDataInController_shouldThrowNullPointerException() 102 controller1.setKey("123"); in attachInfo_duplicateSwitchKey_shouldThrowIllegalArgumentException() 103 controller2.setKey("123"); in attachInfo_duplicateSwitchKey_shouldThrowIllegalArgumentException() 116 controller1.setKey("123"); in attachInfo_hasDifferentControllers_shouldNotThrowException() 117 controller2.setKey("456"); in attachInfo_hasDifferentControllers_shouldNotThrowException() 142 controller.setKey("123"); in getSwitchData_shouldReturnDataList() 160 controller.setKey("123"); in getSwitchDataByKey_shouldReturnData() 175 controller.setKey("123"); in isChecked_shouldReturnCheckedState() 196 controller.setKey("123"); in getProviderIcon_noImplementInterface_shouldReturnNull() 211 controller.setKey("123"); in getProviderIcon_implementInterface_shouldReturnIcon() [all …]
|
D | EntriesProviderTest.java | 97 controller.setKey("123"); in attachInfo_NoMetaDataInController_shouldThrowNullPointerException() 108 controller1.setKey("123"); in attachInfo_duplicateKey_shouldThrowIllegalArgumentException() 109 controller2.setKey("123"); in attachInfo_duplicateKey_shouldThrowIllegalArgumentException() 122 controller1.setKey("123"); in attachInfo_hasDifferentControllers_shouldNotThrowException() 123 controller2.setKey("456"); in attachInfo_hasDifferentControllers_shouldNotThrowException() 149 controller.setKey("123"); in getEntryData_shouldReturnDataList() 169 controller.setKey("123"); in getSwitchData_shouldReturnDataList() 190 controller.setKey("123"); in getEntryDataByKey_shouldReturnData() 205 controller.setKey("123"); in getSwitchDataByKey_shouldReturnData() 220 controller.setKey("123"); in isSwitchChecked_shouldReturnCheckedState() [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/ |
D | GroupMembershipManagerTest.kt | 54 GroupEntryBuilder().setKey(groupKey).setSummary(summary).build() in isChildInGroup_summary() 73 GroupEntryBuilder().setKey(groupKey).setSummary(summary).build() in isGroupSummary_summary() 87 GroupEntryBuilder().setKey(groupKey).setSummary(summary).addChild(entry).build() in isGroupSummary_child() 106 GroupEntryBuilder().setKey(groupKey).setSummary(summary).build() in getGroupSummary_summary() 120 GroupEntryBuilder().setKey(groupKey).setSummary(summary).addChild(entry).build() in getGroupSummary_child()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
D | KeyguardNotificationVisibilityProviderTest.java | 256 .setKey("parent") in hideSilentNotificationsPerUserSettingWithHighPriorityParent() 291 .setKey("parent") in keyguardShowing_hideSilentNotifications_perUserSetting_withHighPriorityParent() 445 .setKey(mEntry.getKey()).build()); in publicMode_settingsDisallow() 460 .setKey(mEntry.getKey()) in publicMode_nullChannel_allowed() 478 .setKey(mEntry.getKey()) in publicMode_notifDisallowed() 493 .setKey(mEntry.getKey()) in doesNotExceedThresholdToShow() 512 .setKey(mEntry.getKey()) in highPriorityCharacteristicsIgnored() 548 .setKey(mEntry.getKey()) in notificationChannelVisibilityNoOverride() 625 .setKey("test_group_key") in summaryExceedsThresholdToShow() 634 .setKey(entryWithParent.getKey()) in summaryExceedsThresholdToShow() [all …]
|
/frameworks/base/packages/SettingsLib/DataStore/tests/src/com/android/settingslib/datastore/ |
D | TestUtils.kt | 66 setKey(key) in newBackupDataInputStream() 71 internal fun BackupDataInputStream.setKey(value: Any) { in setKey() method
|
D | BackupRestoreStorageTest.kt | 162 backupDataInputStream.setKey("") in <lambda>() 172 backupDataInputStream.setKey(entity1.key) in <lambda>()
|
/frameworks/base/core/java/android/content/pm/ |
D | AppSearchShortcutPerson.java | 98 .setKey(person.getKey()).setIsBot(person.isBot()) in instance() 117 .setUri(uri).setKey(getPropertyString(KEY_KEY)) in toPerson() 143 public Builder setKey(@Nullable final String key) { in setKey() method in AppSearchShortcutPerson.Builder
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryTest.java | 141 .setKey(sbn.getKey()) in testBlockableWhenEntryHasNoChannel() 236 .setKey(sbn.getKey()) in testCreateNotificationDataEntry_RankingUpdate() 321 .setKey(sbn.getKey()) in testIsChannelVisibilityPrivate_visibilityPublic_false() 334 .setKey(sbn.getKey()) in testIsChannelVisibilityPrivate_entryHasNoChannel_false() 346 .setKey("abc") in notificationDataEntry_testIsLastMessageFromReply() 378 .setKey("abc") in notificationDataEntry_testIsLastMessageFromReply_invalidPerson_noCrash()
|
D | HighPriorityProviderTest.java | 240 .setKey(lowPrioritySummary.getKey()) in testIsHighPriority_summaryUpdated() 285 .setKey(lowPriorityChild.getKey()) in testIsHighPriority_childEntryRankingUpdated()
|
/frameworks/base/packages/SettingsLib/FooterPreference/src/com/android/settingslib/widget/ |
D | FooterPreference.java | 217 setKey(KEY_FOOTER); in init() 239 public Builder setKey(@NonNull String key) { in setKey() method in FooterPreference.Builder 317 footerPreference.setKey(mKey); in build()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | AppSearchShortcutPersonTest.java | 37 .setKey(key) in testBuildPersonAndGetValue()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/ |
D | GroupEntryBuilder.java | 56 public GroupEntryBuilder setKey(String key) { in setKey() method in GroupEntryBuilder
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/ |
D | SerialNumberPreferenceControllerTest.java | 51 mPreference.setKey(AbstractSerialNumberPreferenceController.KEY_SERIAL_NUMBER); in setUp()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
D | InputMethodSubtypePreference.java | 58 setKey(prefKey); in InputMethodSubtypePreference()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/ |
D | AbstractPreferenceControllerTest.java | 52 mPreference.setKey(KEY_PREF); in setUp()
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | ConversationActions.java | 113 .setKey("text-classifier-conversation-actions-user-self") 128 .setKey("text-classifier-conversation-actions-user-others")
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | RowAlertTimeCoordinatorTest.kt | 71 .setKey("group") in testSetLastAudiblyAlerted()
|
D | DeviceProvisionedCoordinatorTest.java | 138 .setKey(mEntry.getKey()) in getRankingForUnfilteredNotif()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | RadioListPreference.java | 129 pref.setKey(String.valueOf(i)); in update()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescerTest.java | 304 .setKey(notif1.key) in testRankingsAreUpdated() 308 .setKey(notif2.key) in testRankingsAreUpdated()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/ |
D | EnableAdbPreferenceControllerTest.java | 80 mPreference.setKey(mController.getPreferenceKey()); in setUp()
|
/frameworks/base/core/java/android/app/ |
D | Person.java | 278 public Person.Builder setKey(@Nullable String key) { in setKey() method in Person.Builder
|
/frameworks/base/keystore/java/android/security/keystore2/ |
D | AndroidKeyStore3DESCipherSpi.java | 135 setKey((AndroidKeyStoreSecretKey) key); in initKey()
|
D | AndroidKeyStoreUnauthenticatedAESCipherSpi.java | 164 setKey((AndroidKeyStoreSecretKey) key); in initKey()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
D | RankingBuilder.java | 129 public RankingBuilder setKey(String key) { in setKey() method in RankingBuilder
|