/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/settings/ |
D | GlobalSettingsTest.java | 52 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 …]
|
D | SecureSettingsTest.java | 52 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/ |
D | SampleJUnit4DeviceTest.java | 37 private static final String KEY = "foo"; field in SampleJUnit4DeviceTest
|
D | SampleDeviceTest.java | 29 private static final String KEY = "foo"; field in SampleDeviceTest
|
/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/ |
D | BundleQueryHelperTest.java | 32 private static final String KEY = "Key"; field in BundleQueryHelperTest
|
D | PersistableBundleQueryHelperTest.java | 31 private static final String KEY = "Key"; field in PersistableBundleQueryHelperTest
|
D | PersistableBundleKeyQueryHelperTest.java | 32 private static final String KEY = "Key"; field in PersistableBundleKeyQueryHelperTest
|
D | BundleKeyQueryHelperTest.java | 36 private static final String KEY = "Key"; field in BundleKeyQueryHelperTest
|
/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/util/ |
D | SerializableParcelWrapperTest.java | 38 private static final String KEY = "Key"; field in SerializableParcelWrapperTest
|
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/ |
D | FingerprintCallbackHelper.java | 39 public static final String KEY = "key_auth_callback"; field in FingerprintCallbackHelper
|
/cts/tests/framework/base/biometrics/src/android/server/biometrics/ |
D | BiometricCallbackHelper.java | 32 public static final String KEY = "key_auth_callback"; field in BiometricCallbackHelper
|
/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/ |
D | DeviceConfigApiPermissionTests.java | 40 private static final String KEY = "key"; field in DeviceConfigApiPermissionTests
|
/cts/tests/tests/os/src/android/os/cts/ |
D | MessageTest.java | 31 public static final String KEY = "android"; field in MessageTest
|
D | BundleTest.java | 50 public static final String KEY = "Bruce Lee"; field in BundleTest
|
/cts/tests/tests/preference/src/android/preference/cts/ |
D | PreferenceDataStoreTest.java | 72 private static final String KEY = "TestPrefKey"; field in PreferenceDataStoreTest
|