Home
last modified time | relevance | path

Searched defs:testKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java74 final String testKey = "testRowNameContentUriForSecure"; in testRowNameContentUriForSecure() local
83 Settings.Secure.putString(getContext().getContentResolver(), testKey, null); in testRowNameContentUriForSecure() local
89 final String testKey = Settings.System.VIBRATE_ON; in testRowNameContentUriForSystem() local
104 Settings.System.putString(getContext().getContentResolver(), testKey, oldValue); in testRowNameContentUriForSystem() local
110 String testKey, String testValue, String secondTestValue) { in testRowNameContentUri()
182 final String testKey = "testSettingsChangeForOtherUser"; in testSettingsChangeForOtherUser() local
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java2923 final String testKey = "testkey"; in testCaptivePortalApp() local