Home
last modified time | relevance | path

Searched refs:TEST_PREF_KEY (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DBaseSearchIndexProviderTest.java48 private static final String TEST_PREF_KEY = "test_pref_key"; field in BaseSearchIndexProviderTest
79 return TEST_PREF_KEY; in getPreferenceKey()
145 return TEST_PREF_KEY; in getPreferenceKey()
155 assertThat(mIndexProvider.getNonIndexableKeys(mContext)).contains(TEST_PREF_KEY); in getNonIndexableKeys_preferenceIsNotAvailable_shouldReturnKey()
173 raw.key = TEST_PREF_KEY; in getNonIndexableKeys_pageSearchIsDisabled_shouldSuppressEverything()
189 assertThat(nonIndexableKeys).contains(TEST_PREF_KEY); in getNonIndexableKeys_pageSearchIsDisabled_shouldSuppressEverything()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DLauncherPrefsTest.kt38 private const val TEST_PREF_KEY = "test_pref_key" constant
178 val nonRestorableItem = LauncherPrefs.nonRestorableItem(TEST_PREF_KEY, TEST_DEFAULT_VALUE) in getItemSharedPrefFile_forNonRestorableItem_isCorrect()
184 val backedUpItem = LauncherPrefs.backedUpItem(TEST_PREF_KEY, TEST_DEFAULT_VALUE) in getItemSharedPrefFile_forBackedUpItem_isCorrect()
192 TEST_PREF_KEY, in put_bootAwareItem_updatesDeviceProtectedStorage()
213 TEST_PREF_KEY, in remove_bootAwareItem_removesFromDeviceProtectedStorage()
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/face/
DFaceSettingsRemoveButtonPreferenceControllerTest.java55 private static final String TEST_PREF_KEY = "baz"; field in FaceSettingsRemoveButtonPreferenceControllerTest
74 mController = new FaceSettingsRemoveButtonPreferenceController(mContext, TEST_PREF_KEY); in setUp()
99 new FaceSettingsRemoveButtonPreferenceController(mContext, TEST_PREF_KEY); in testRotationConfirmRemoveDialog()
DFaceStatusPreferenceControllerTest.java68 private static final String TEST_PREF_KEY = "baz"; field in FaceStatusPreferenceControllerTest
101 mController = new FaceStatusPreferenceController(mContext, TEST_PREF_KEY, mLifecycle); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DFingerprintProfileStatusPreferenceControllerTest.java48 private static final String TEST_PREF_KEY = "bar"; field in FingerprintProfileStatusPreferenceControllerTest
79 mController = new FingerprintProfileStatusPreferenceController(mContext, TEST_PREF_KEY); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/combination/
DCombinedBiometricStatusPreferenceControllerTest.java53 private static final String TEST_PREF_KEY = "foo"; field in CombinedBiometricStatusPreferenceControllerTest
92 mContext, TEST_PREF_KEY, mLifecycle); in setUp()