Home
last modified time | relevance | path

Searched refs:testKey (Results 1 – 4 of 4) 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/base/services/companion/java/com/android/server/companion/transport/
DCompanionTransportManager.java214 final byte[] testKey = "CDM".getBytes(StandardCharsets.UTF_8); in initializeTransport()
215 transport = new SecureTransport(associationId, fd, mContext, testKey, null); in initializeTransport()
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
DAndroidPackageTest.kt337 "testKeySetName" to testKey(), in <lambda>()
385 testKey(), in <lambda>()
678 private fun testKey() = KeyPairGenerator.getInstance("RSA") in <lambda>() method in com.android.server.pm.test.parsing.parcelling.AndroidPackageTest
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsStateTest.java678 final String testKey = "testKey"; in testLargeSettingValue() local
683 settingsState.insertSettingLocked(testKey, largeValue, null, true, SYSTEM_PACKAGE); in testLargeSettingValue()
690 settingsState.insertSettingLocked(testKey, largeValue, null, true, TEST_PACKAGE); in testLargeSettingValue()