Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java74 final String testKey = "testRowNameContentUriForSecure"; in testRowNameContentUriForSecure() local
89 final String testKey = Settings.System.VIBRATE_ON; in testRowNameContentUriForSystem() local
110 String testKey, String testValue, String secondTestValue) { in testRowNameContentUri() argument
114 v.put(nameField, testKey); in testRowNameContentUri()
118 Uri uri = Uri.parse(table.toString() + "/" + testKey); in testRowNameContentUri()
124 assertEquals(testKey, c.getString(c.getColumnIndex(nameField))); in testRowNameContentUri()
140 c = r.query(table, null, "name='" + testKey + "'", null, null); in testRowNameContentUri()
143 assertEquals(testKey, c.getString(c.getColumnIndex(nameField))); in testRowNameContentUri()
152 v.put(nameField, testKey); in testRowNameContentUri()
182 final String testKey = "testSettingsChangeForOtherUser"; in testSettingsChangeForOtherUser() local
[all …]
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/transport/
H A DCompanionTransportManager.java200 final byte[] testKey = "CDM".getBytes(StandardCharsets.UTF_8); in initializeTransport()
201 transport = new SecureTransport(associationId, fd, mContext, testKey, null); in initializeTransport()
/aosp14/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsStateTest.java438 final String testKey = "testKey"; in testLargeSettingValue() local
443 settingsState.insertSettingLocked(testKey, largeValue, null, true, SYSTEM_PACKAGE); in testLargeSettingValue()
450 settingsState.insertSettingLocked(testKey, largeValue, null, true, TEST_PACKAGE); in testLargeSettingValue()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
H A DAndroidPackageTest.kt333 "testKeySetName" to testKey(),
381 testKey(),
674 private fun testKey() = KeyPairGenerator.getInstance("RSA") regex