Home
last modified time | relevance | path

Searched refs:assertContentsInAnyOrder (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DSecretKeyFactoryTest.java83 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase, in testAlgorithmList()
126 TestUtils.assertContentsInAnyOrder( in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
128 TestUtils.assertContentsInAnyOrder( in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
130 TestUtils.assertContentsInAnyOrder(Arrays.asList(digests), keyInfo.getDigests()); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
DKeyPairGeneratorTest.java157 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase, in testAlgorithmList()
344 TestUtils.assertContentsInAnyOrder( in testGenerateHonorsRequestedAuthorizationsHelper()
351 TestUtils.assertContentsInAnyOrder( in testGenerateHonorsRequestedAuthorizationsHelper()
358 TestUtils.assertContentsInAnyOrder(actualDigests, digests); in testGenerateHonorsRequestedAuthorizationsHelper()
421 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getDigests()), in testGenerate_EC_LegacySpec()
468 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getDigests()), in testGenerate_EC_LegacySpec()
514 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getDigests()), in testGenerate_EC_LegacySpec()
562 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getDigests()), in testGenerate_RSA_LegacySpec()
570 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getEncryptionPaddings()), in testGenerate_RSA_LegacySpec()
574 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getSignaturePaddings()), in testGenerate_RSA_LegacySpec()
[all …]
DKeyGeneratorTest.java108 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase, in testAlgorithmList()
439 TestUtils.assertContentsInAnyOrder( in testHmacKeyOnlyOneDigestCanBeAuthorizedHelper()
448 TestUtils.assertContentsInAnyOrder( in testHmacKeyOnlyOneDigestCanBeAuthorizedHelper()
714 TestUtils.assertContentsInAnyOrder( in testGenerateHonorsRequestedAuthorizationsHelper()
716 TestUtils.assertContentsInAnyOrder( in testGenerateHonorsRequestedAuthorizationsHelper()
718 TestUtils.assertContentsInAnyOrder(Arrays.asList(digests), keyInfo.getDigests()); in testGenerateHonorsRequestedAuthorizationsHelper()
DKeyFactoryTest.java87 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase, in testAlgorithmList()
124 TestUtils.assertContentsInAnyOrder( in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
131 TestUtils.assertContentsInAnyOrder( in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
138 TestUtils.assertContentsInAnyOrder(actualDigests, digests); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
DTestUtils.java335 static <T> void assertContentsInAnyOrder(Iterable<T> actual, T... expected) { in assertContentsInAnyOrder() method in TestUtils
336 assertContentsInAnyOrder(null, actual, expected); in assertContentsInAnyOrder()
339 static <T> void assertContentsInAnyOrder(String message, Iterable<T> actual, T... expected) { in assertContentsInAnyOrder() method in TestUtils
DMacTest.java205 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase, in testAlgorithmList()
DAndroidKeyStoreTest.java2315 TestUtils.assertContentsInAnyOrder( in testKeyStore_OnlyOneDigestCanBeAuthorized_HMAC()
2323 TestUtils.assertContentsInAnyOrder( in testKeyStore_OnlyOneDigestCanBeAuthorized_HMAC()
DSignatureTest.java365 TestUtils.assertContentsInAnyOrder(actualSigAlgsLowerCase, in testAlgorithmList()
DCipherTest.java336 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase, in testAlgorithmList()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DGeneralDelegateTest.java45 MoreAsserts.assertContentsInAnyOrder("Delegated scopes do not match expected scopes", in testGetsExpectedDelegationScopes()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java148 MoreAsserts.assertContentsInAnyOrder("Delegated scopes do not match broadcasted scopes", in testDelegateReceivesScopeChangedBroadcast()