Home
last modified time | relevance | path

Searched refs:testKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java74 final String testKey = "testRowNameContentUriForSecure"; in testRowNameContentUriForSecure() local
80 Settings.Secure.VALUE, testKey, testValue, secondTestValue); in testRowNameContentUriForSecure()
83 Settings.Secure.putString(getContext().getContentResolver(), testKey, null); in testRowNameContentUriForSecure() local
89 final String testKey = Settings.System.VIBRATE_ON; in testRowNameContentUriForSystem() local
92 + " framework.", Settings.System.PUBLIC_SETTINGS.contains(testKey)); in testRowNameContentUriForSystem()
96 Settings.System.getString(getContext().getContentResolver(), testKey); in testRowNameContentUriForSystem()
100 Settings.System.VALUE, testKey, testValue, secondTestValue); in testRowNameContentUriForSystem()
104 Settings.System.putString(getContext().getContentResolver(), testKey, oldValue); in testRowNameContentUriForSystem() local
110 String testKey, String testValue, String secondTestValue) { in testRowNameContentUri() argument
114 v.put(nameField, testKey); in testRowNameContentUri()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DObjectCounterTest.java58 TestKey testKey = (TestKey) o; in equals()
59 return key1 == testKey.key1 in equals()
60 && key3 == testKey.key3 in equals()
61 && Objects.equals(key2, testKey.key2); in equals()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java2923 final String testKey = "testkey"; in testCaptivePortalApp() local
2925 testBundle.putString(testKey, testValue); in testCaptivePortalApp()
2929 assertEquals(testValue, signInIntent.getStringExtra(testKey)); in testCaptivePortalApp()