| /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 GlobalSettingsTest73         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 | SystemSettingsTest.java | 49     private static final String KEY = "screen_brightness"; // must be a public system setting  field in SystemSettingsTest65         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 …]
 
 | 
| D | SecureSettingsTest.java | 52     private static final String KEY = "key";  field in SecureSettingsTest73         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/ | 
| D | SampleDeviceTest.java | 37     private static final String KEY = "foo";  field in SampleDeviceTest
 | 
| /cts/tests/tests/car/src/android/car/cts/ | 
| D | SyncResultCallbackTest.java | 35     private static final String KEY = "testKey";  field in SyncResultCallbackTest
 | 
| /cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/flags/ | 
| D | FlagsTest.java | 47     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/ | 
| D | BundleQueryHelperTest.java | 42     private static final String KEY = "Key";  field in BundleQueryHelperTest
 | 
| D | PersistableBundleQueryHelperTest.java | 41     private static final String KEY = "Key";  field in PersistableBundleQueryHelperTest
 | 
| D | PersistableBundleKeyQueryHelperTest.java | 41     private static final String KEY = "Key";  field in PersistableBundleKeyQueryHelperTest
 | 
| D | BundleKeyQueryHelperTest.java | 45     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 | 46     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/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/ | 
| D | BedsteadJUnit4Test.java | 89     private static final String KEY = ENABLE_DEVICE_POLICY_ENGINE_FLAG;  field in BedsteadJUnit4Test
 | 
| D | DeviceStateTest.java | 209     private static final String KEY = ENABLE_DEVICE_POLICY_ENGINE_FLAG;  field in DeviceStateTest
 | 
| /cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/ | 
| D | DeviceConfigApiPermissionTests.java | 45     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
 | 
| /cts/tests/tests/preference/src/android/preference/cts/ | 
| D | PreferenceDataStoreTest.java | 72     private static final String KEY = "TestPrefKey";  field in PreferenceDataStoreTest
 |