Home
last modified time | relevance | path

Searched defs:KEY (Results 1 – 18 of 18) 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 …]
DSystemSettingsTest.java49 private static final String KEY = "screen_brightness"; // must be a public system setting field in SystemSettingsTest
65 TestApis.settings().system().putInt(sContext.getContentResolver(), KEY, INT_VALUE); in putIntWithContentResolver_putsIntIntoSystemSettings() local
81 TestApis.settings().system().putInt(TestApis.users().instrumented(), KEY, INT_VALUE); in putIntWithUser_instrumentedUser_putsIntIntoSystemSettings() local
91 TestApis.settings().system().putInt(sDeviceState.secondaryUser(), KEY, INT_VALUE); in putIntWithUser_differentUser_putsIntIntoSystemSettings() local
132 TestApis.context().instrumentedContext().getContentResolver(), KEY, INT_VALUE); in getIntWithContentResolver_getsIntFromSystemSettings() local
181 TestApis.settings().system().putInt(sDeviceState.secondaryUser(), KEY, INT_VALUE); in getIntWithUser_differentUser_getsIntFromSystemSettings() local
208 TestApis.settings().system().putString(sContext.getContentResolver(), KEY, STRING_VALUE); in putStringWithContentResolver_putsStringIntoSystemSettings() local
225 TestApis.users().instrumented(), KEY, STRING_VALUE); in putStringWithUser_instrumentedUser_putsStringIntoSystemSettings() local
235 TestApis.settings().system().putString(sDeviceState.secondaryUser(), KEY, STRING_VALUE); in putStringWithUser_differentUser_putsStringIntoSystemSettings() local
265 TestApis.context().instrumentedContext().getContentResolver(), KEY, STRING_VALUE); in getIntWithContentResolver_getsStringFromSystemSettings() local
[all …]
DSecureSettingsTest.java52 private static final String KEY = "key"; field in SecureSettingsTest
73 TestApis.settings().secure().putInt(sContext.getContentResolver(), KEY, INT_VALUE); in putIntWithContentResolver_putsIntIntoSecureSettings() local
88 TestApis.settings().secure().putInt(TestApis.users().instrumented(), KEY, INT_VALUE); in putIntWithUser_instrumentedUser_putsIntIntoSecureSettings() local
98 TestApis.settings().secure().putInt(sDeviceState.secondaryUser(), KEY, INT_VALUE); in putIntWithUser_differentUser_putsIntIntoSecureSettings() local
139 TestApis.context().instrumentedContext().getContentResolver(), KEY, INT_VALUE); in getIntWithContentResolver_getsIntFromSecureSettings() local
195 TestApis.settings().secure().putInt(sDeviceState.secondaryUser(), KEY, INT_VALUE); in getIntWithUser_differentUser_getsIntFromSecureSettings() local
222 TestApis.settings().secure().putString(sContext.getContentResolver(), KEY, STRING_VALUE); in putStringWithContentResolver_putsStringIntoSecureSettings() local
237 TestApis.settings().secure().putString(TestApis.users().instrumented(), KEY, STRING_VALUE); in putStringWithUser_instrumentedUser_putsStringIntoSecureSettings() local
247 TestApis.settings().secure().putString(sDeviceState.secondaryUser(), KEY, STRING_VALUE); in putStringWithUser_differentUser_putsStringIntoSecureSettings() local
288 TestApis.context().instrumentedContext().getContentResolver(), KEY, STRING_VALUE); in getStringWithContentResolver_getsStringFromSecureSettings() local
[all …]
/cts/tests/sample/src/android/sample/cts/
DSampleDeviceTest.java37 private static final String KEY = "foo"; field in SampleDeviceTest
/cts/tests/tests/car/src/android/car/cts/
DSyncResultCallbackTest.java35 private static final String KEY = "testKey"; field in SyncResultCallbackTest
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/flags/
DFlagsTest.java47 private static final String KEY = DISABLE_RESOURCES_UPDATABILITY_FLAG; field in FlagsTest
/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/
DBundleQueryHelperTest.java42 private static final String KEY = "Key"; field in BundleQueryHelperTest
DPersistableBundleQueryHelperTest.java41 private static final String KEY = "Key"; field in PersistableBundleQueryHelperTest
DPersistableBundleKeyQueryHelperTest.java41 private static final String KEY = "Key"; field in PersistableBundleKeyQueryHelperTest
DBundleKeyQueryHelperTest.java45 private static final String KEY = "Key"; field in BundleKeyQueryHelperTest
/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/util/
DSerializableParcelWrapperTest.java46 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/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/
DBedsteadJUnit4Test.java89 private static final String KEY = ENABLE_DEVICE_POLICY_ENGINE_FLAG; field in BedsteadJUnit4Test
DDeviceStateTest.java209 private static final String KEY = ENABLE_DEVICE_POLICY_ENGINE_FLAG; field in DeviceStateTest
/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiPermissionTests.java45 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
/cts/tests/tests/preference/src/android/preference/cts/
DPreferenceDataStoreTest.java72 private static final String KEY = "TestPrefKey"; field in PreferenceDataStoreTest