Home
last modified time | relevance | path

Searched defs:expectedKey (Results 1 – 25 of 68) sorted by relevance

123

/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DAndroidKeyStoreTest.java1164 PrivateKey expectedKey = keyFact.generatePrivate(new PKCS8EncodedKeySpec(key)); in assertPrivateKeyEntryEquals() local
1180 private void assertPrivateKeyEntryEquals(PrivateKeyEntry keyEntry, PrivateKey expectedKey, in assertPrivateKeyEntryEquals()
1250 PrivateKey expectedKey = keyFact.generatePrivate(new PKCS8EncodedKeySpec(FAKE_RSA_KEY_1)); in testKeyStore_GetKey_NoPassword_Unencrypted_Success() local
1394 PrivateKey expectedKey = keyFact.generatePrivate(new PKCS8EncodedKeySpec(FAKE_RSA_KEY_1)); in testKeyStore_SetEntry_PrivateKeyEntry_Unencrypted_Success() local
1427 PrivateKey expectedKey = keyFact in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_PrivateKeyEntry_Unencrypted_Success() local
1453 PrivateKey expectedKey = keyFact in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_PrivateKeyEntry_Unencrypted_Success() local
1505 PrivateKey expectedKey = keyFact in testKeyStore_SetEntry_CAEntry_Overwrites_PrivateKeyEntry_Unencrypted_Success() local
1538 PrivateKey expectedKey = keyFact in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_CAEntry_Unencrypted_Success() local
1586 PrivateKey expectedKey = keyFact in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_ShortPrivateKeyEntry_Unencrypted_Success() local
1609 PrivateKey expectedKey = keyFact in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_ShortPrivateKeyEntry_Unencrypted_Success() local
[all …]
/aosp_15_r20/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/storage/
DAtomicFileDatastoreTest.java628 String expectedKey = TEST_KEY + i; in testKeySetClear() local
666 String expectedKey = TEST_KEY + i; in testKeySetClearAllTrue() local
696 String expectedKey = TEST_KEY + i; in testKeySetClearAllTrue() local
720 String expectedKey = TEST_KEY + i; in testKeySetClearAllFalse() local
748 String expectedKey = TEST_KEY + i; in testKeySetClearAllFalse() local
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPNetworkKeyTest.java44 ANQPNetworkKey expectedKey = new ANQPNetworkKey(SSID, 0, 0, ANQP_DOMAIN_ID); in buildStandardESSKey() local
56 ANQPNetworkKey expectedKey = new ANQPNetworkKey(null, 0, HESSID, ANQP_DOMAIN_ID); in buildHessidKey() local
68 ANQPNetworkKey expectedKey = new ANQPNetworkKey(SSID, BSSID, 0, 0); in buildAPKey() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DTimeoutToDockUserSettingsTest.java88 final String expectedKey = mValues[0]; in defaultKey_setToFirstValue_shouldSaveToSettings() local
95 final String expectedKey = mValues[1]; in defaultKey_setToSecondValue_shouldSaveToSettings() local
102 final String expectedKey = mValues[2]; in defaultKey_setToThirdValue_shouldSaveToSettings() local
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
H A DKeyGestureEventTests.java334 int expectedKey, int expectedModifierState) { in testShortcuts_notMigratedToKeyGestureController()
343 @KeyGestureEvent.KeyGestureType int expectedKeyGestureType, int expectedKey, in testShortcuts_migratedToKeyGestureController()
352 @KeyGestureEvent.KeyGestureType int expectedKeyGestureType, int expectedKey, in testLongPressOnHome()
434 @KeyGestureEvent.KeyGestureType int expectedKeyGestureType, int expectedKey, in testShortcutInternal()
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DActionTestsBase.java81 final int elementId, final ExpectedActionKey expectedKey) { in assertActionKey()
90 final int actionId, final ExpectedActionKey expectedKey) { in doTestActionKey()
97 final EditorInfo editorInfo, final ExpectedActionKey expectedKey) { in doTestActionKey()
DLxxActionNoneTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionNone() local
DKlpActionSearchTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionSearch() local
DKlpActionGoTests.java32 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionGo() local
DKlpActionPreviousTests.java32 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionPrevious() local
DKlpActionSendTests.java32 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionSend() local
DKlpActionDoneTests.java32 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionDone() local
DLxxActionSearchTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionSearch() local
DLxxActionDoneTests.java30 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey( in testActionDone() local
DKlpActionNextTests.java32 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionNext() local
/aosp_15_r20/tools/loganalysis/javatests/com/android/loganalysis/util/config/
H A DArgsOptionParserTest.java346 final int expectedKey = 13; in testParse_oneMapArg() local
361 final String expectedKey = "istanbul"; in testParseMapArg_mismatchKeyType() local
381 final int expectedKey = 13; in testParseMapArg_mismatchValueType() local
417 final int expectedKey = 13; in testParseMapArg_missingValue() local
H A DOptionSetterTest.java257 final DefaultEnumClass expectedKey = DefaultEnumClass.VAL1; in testOptionSetter_sharedEnumMap() local
490 final String expectedKey = "stringkey"; in testSetOptionValue_map() local
738 final DefaultEnumClass expectedKey = DefaultEnumClass.VAL1; in testSetOptionValue_enumMap() local
/aosp_15_r20/packages/apps/ThemePicker/tests/robotests/src/com/android/wallpaper/customization/ui/viewmodel/
DShapeGridPickerViewModelTest.kt114 val (expectedKey, expectedPath, expectedTitle) = in shapeOptions() constant
143 val expectedKey = FakeShapeGridManager.DEFAULT_SHAPE_OPTION_LIST[i].key in shapeOptions_whenClickOnCircleOption() constant
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/config/
DOptionSetterTest.java337 final DefaultEnumClass expectedKey = DefaultEnumClass.VAL1; in testOptionSetter_sharedEnumMap() local
580 final String expectedKey = "stringkey"; in testSetOptionValue_map() local
596 final String expectedKey = "stringkey"; in testSetOptionValue_multimap() local
915 final DefaultEnumClass expectedKey = DefaultEnumClass.VAL1; in testSetOptionValue_enumMap() local
DArgsOptionParserTest.java391 final int expectedKey = 13; in testParse_oneMapArg() local
410 final String expectedKey = "abc"; in testParse_oneMapArg_emptyString() local
423 final String expectedKey = "istanbul"; in testParseMapArg_mismatchKeyType() local
448 final int expectedKey = 13; in testParseMapArg_mismatchValueType() local
490 final int expectedKey = 13; in testParseMapArg_missingValue() local
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DMetricsUtilsTest.java190 MetricsUtils.LogHistParms hp, int expectedKey, int expectedValue) { in bucketValueAndVerify()
196 int expectedKey, int expectedValue) { in bucketValueAndVerify()
/aosp_15_r20/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
H A DRemoteProvisioningRegistrationTest.java91 RemotelyProvisionedKey expectedKey) { in matches()
100 RemotelyProvisionedKey expectedKey = mock(RemotelyProvisionedKey.class); in getKeySuccess() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java262 private void readAndVerifyEntity(BackupDataInput bdi, String expectedKey, byte[] expectedData) in readAndVerifyEntity()
277 private void readAndVerifyDeletedEntity(BackupDataInput bdi, String expectedKey) in readAndVerifyDeletedEntity()
/aosp_15_r20/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
H A DJavaApiConverterTest.java422 int headerIndex, String expectedKey, String expectedValue) { in assertResponseHeaderAtIndex()
427 private void assertHeadersContainsMapping(Map<String, List<String>> headers, String expectedKey, in assertHeadersContainsMapping() argument
/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/
H A DMapSubject.java315 K expectedKey = expectedEntry.getKey(); in create() local
554 public void containsEntry(@Nullable Object expectedKey, E expectedValue) { in containsEntry()

123