Home
last modified time | relevance | path

Searched refs:setKey (Results 1 – 25 of 46) sorted by relevance

12

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
H A DSwitchesProviderTest.java91 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 …]
H A DEntriesProviderTest.java97 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 …]
/aosp14/frameworks/base/core/java/android/content/pm/
H A DAppSearchShortcutPerson.java98 .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
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DKeyguardNotificationVisibilityProviderTest.java248 .setKey("parent") in hideSilentNotificationsPerUserSettingWithHighPriorityParent()
283 .setKey("parent") in keyguardShowing_hideSilentNotifications_perUserSetting_withHighPriorityParent()
446 .setKey(mEntry.getKey()) in publicMode_notifDisallowed()
460 .setKey(mEntry.getKey()) in doesNotExceedThresholdToShow()
479 .setKey(mEntry.getKey()) in highPriorityCharacteristicsIgnored()
546 .setKey("test_group_key") in summaryExceedsThresholdToShow()
555 .setKey(entryWithParent.getKey()) in summaryExceedsThresholdToShow()
601 .setKey(mEntry.getKey()) in setupUnfilteredState()
/aosp14/frameworks/base/packages/SettingsLib/FooterPreference/src/com/android/settingslib/widget/
H A DFooterPreference.java170 setKey(KEY_FOOTER); in init()
194 public Builder setKey(@NonNull String key) { in setKey() method in FooterPreference.Builder
275 footerPreference.setKey(mKey); in build()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryTest.java141 .setKey(sbn.getKey()) in testBlockableWhenEntryHasNoChannel()
236 .setKey(sbn.getKey()) in testCreateNotificationDataEntry_RankingUpdate()
286 .setKey("abc") in notificationDataEntry_testIsLastMessageFromReply()
318 .setKey("abc") in notificationDataEntry_testIsLastMessageFromReply_invalidPerson_noCrash()
H A DGroupEntryBuilder.java55 public GroupEntryBuilder setKey(String key) { in setKey() method in GroupEntryBuilder
H A DHighPriorityProviderTest.java240 .setKey(lowPrioritySummary.getKey()) in testIsHighPriority_summaryUpdated()
285 .setKey(lowPriorityChild.getKey()) in testIsHighPriority_childEntryRankingUpdated()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppSearchShortcutPersonTest.java37 .setKey(key) in testBuildPersonAndGetValue()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/
H A DSerialNumberPreferenceControllerTest.java51 mPreference.setKey(AbstractSerialNumberPreferenceController.KEY_SERIAL_NUMBER); in setUp()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodSubtypePreference.java58 setKey(prefKey); in InputMethodSubtypePreference()
H A DInputMethodAndSubtypeEnablerManager.java133 keyboardSettingsCategory.setKey(imiId); in addInputMethodSubtypePreferences()
H A DInputMethodAndSubtypeEnablerManagerCompat.java134 keyboardSettingsCategory.setKey(imiId); in addInputMethodSubtypePreferences()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/
H A DAbstractPreferenceControllerTest.java52 mPreference.setKey(KEY_PREF); in setUp()
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DConversationActions.java113 .setKey("text-classifier-conversation-actions-user-self")
128 .setKey("text-classifier-conversation-actions-user-others")
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DDeviceProvisionedCoordinatorTest.java139 .setKey(mEntry.getKey()) in getRankingForUnfilteredNotif()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DRadioListPreference.java129 pref.setKey(String.valueOf(i)); in update()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescerTest.java304 .setKey(notif1.key) in testRankingsAreUpdated()
308 .setKey(notif2.key) in testRankingsAreUpdated()
/aosp14/frameworks/base/core/java/android/app/
H A DPerson.java273 public Person.Builder setKey(@Nullable String key) { in setKey() method in Person.Builder
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/
H A DEnableAdbPreferenceControllerTest.java80 mPreference.setKey(mController.getPreferenceKey()); in setUp()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStore3DESCipherSpi.java135 setKey((AndroidKeyStoreSecretKey) key); in initKey()
H A DAndroidKeyStoreUnauthenticatedAESCipherSpi.java164 setKey((AndroidKeyStoreSecretKey) key); in initKey()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DRankingBuilder.java129 public RankingBuilder setKey(String key) { in setKey() method in RankingBuilder
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorControllerTest.kt138 GroupEntryBuilder().setKey(GROUP_KEY).setSummary(summary).addChild(notification.entry)
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/
H A DMetricsFeatureProviderTest.java77 preference.setKey(key); in logClickedPreference_preferenceHasKey_shouldLog()

12