Home
last modified time | relevance | path

Searched defs:KEY (Results 1 – 15 of 15) sorted by relevance

/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/settings/
DGlobalSettingsTest.java52 private static final String KEY = "key"; field in GlobalSettingsTest
73 TestApis.settings().global().putInt(sContext.getContentResolver(), KEY, INT_VALUE); in putIntWithContentResolver_putsIntIntoGlobalSettings() local
89 TestApis.settings().global().putInt(TestApis.users().instrumented(), KEY, INT_VALUE); in putIntWithUser_instrumentedUser_putsIntIntoGlobalSettings() local
99 TestApis.settings().global().putInt(sDeviceState.secondaryUser(), KEY, INT_VALUE); in putIntWithUser_differentUser_putsIntIntoGlobalSettings() local
140 TestApis.context().instrumentedContext().getContentResolver(), KEY, INT_VALUE); in getIntWithContentResolver_getsIntFromGlobalSettings() local
189 TestApis.settings().global().putInt(sDeviceState.secondaryUser(), KEY, INT_VALUE); in getIntWithUser_differentUser_getsIntFromGlobalSettings() local
216 TestApis.settings().global().putString(sContext.getContentResolver(), KEY, STRING_VALUE); in putStringWithContentResolver_putsStringIntoGlobalSettings() local
233 TestApis.users().instrumented(), KEY, STRING_VALUE); in putStringWithUser_instrumentedUser_putsStringIntoGlobalSettings() local
243 TestApis.settings().global().putString(sDeviceState.secondaryUser(), KEY, STRING_VALUE); in putStringWithUser_differentUser_putsStringIntoGlobalSettings() local
273 TestApis.context().instrumentedContext().getContentResolver(), KEY, STRING_VALUE); in getIntWithContentResolver_getsStringFromGlobalSettings() local
[all …]
DSecureSettingsTest.java52 private static final String KEY = "key"; field in SecureSettingsTest
72 TestApis.settings().secure().putInt(sContext.getContentResolver(), KEY, INT_VALUE); in putIntWithContentResolver_putsIntIntoSecureSettings() local
87 TestApis.settings().secure().putInt(TestApis.users().instrumented(), KEY, INT_VALUE); in putIntWithUser_instrumentedUser_putsIntIntoSecureSettings() local
97 TestApis.settings().secure().putInt(sDeviceState.secondaryUser(), KEY, INT_VALUE); in putIntWithUser_differentUser_putsIntIntoSecureSettings() local
138 TestApis.context().instrumentedContext().getContentResolver(), KEY, INT_VALUE); in getIntWithContentResolver_getsIntFromSecureSettings() local
194 TestApis.settings().secure().putInt(sDeviceState.secondaryUser(), KEY, INT_VALUE); in getIntWithUser_differentUser_getsIntFromSecureSettings() local
253 TestApis.settings().secure().putInt(TestApis.users().instrumented(), KEY, INT_VALUE); in resetWithUser_instrumentedUser_resetsSecureSettings() local
268 TestApis.settings().secure().putInt(sDeviceState.secondaryUser(), KEY, INT_VALUE); in resetWithUser_differentUser_resetsSecureSettings() local
/cts/tests/sample/src/android/sample/cts/
DSampleJUnit4DeviceTest.java37 private static final String KEY = "foo"; field in SampleJUnit4DeviceTest
DSampleDeviceTest.java29 private static final String KEY = "foo"; field in SampleDeviceTest
/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/
DBundleQueryHelperTest.java32 private static final String KEY = "Key"; field in BundleQueryHelperTest
DPersistableBundleQueryHelperTest.java31 private static final String KEY = "Key"; field in PersistableBundleQueryHelperTest
DPersistableBundleKeyQueryHelperTest.java32 private static final String KEY = "Key"; field in PersistableBundleKeyQueryHelperTest
DBundleKeyQueryHelperTest.java36 private static final String KEY = "Key"; field in BundleKeyQueryHelperTest
/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/util/
DSerializableParcelWrapperTest.java38 private static final String KEY = "Key"; field in SerializableParcelWrapperTest
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/
DFingerprintCallbackHelper.java39 public static final String KEY = "key_auth_callback"; field in FingerprintCallbackHelper
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricCallbackHelper.java32 public static final String KEY = "key_auth_callback"; field in BiometricCallbackHelper
/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiPermissionTests.java40 private static final String KEY = "key"; field in DeviceConfigApiPermissionTests
/cts/tests/tests/os/src/android/os/cts/
DMessageTest.java31 public static final String KEY = "android"; field in MessageTest
DBundleTest.java50 public static final String KEY = "Bruce Lee"; field in BundleTest
/cts/tests/tests/preference/src/android/preference/cts/
DPreferenceDataStoreTest.java72 private static final String KEY = "TestPrefKey"; field in PreferenceDataStoreTest