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/
DKeyPairGeneratorTest.java154 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase, in testAlgorithmList()
341 TestUtils.assertContentsInAnyOrder( in testGenerateHonorsRequestedAuthorizationsHelper()
348 TestUtils.assertContentsInAnyOrder( in testGenerateHonorsRequestedAuthorizationsHelper()
355 TestUtils.assertContentsInAnyOrder(actualDigests, digests); in testGenerateHonorsRequestedAuthorizationsHelper()
418 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getDigests()), in testGenerate_EC_LegacySpec()
465 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getDigests()), in testGenerate_EC_LegacySpec()
511 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getDigests()), in testGenerate_EC_LegacySpec()
559 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getDigests()), in testGenerate_RSA_LegacySpec()
567 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getEncryptionPaddings()), in testGenerate_RSA_LegacySpec()
571 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getSignaturePaddings()), in testGenerate_RSA_LegacySpec()
[all …]
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()
DKeyGeneratorTest.java107 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase, in testAlgorithmList()
434 TestUtils.assertContentsInAnyOrder( in testHmacKeyOnlyOneDigestCanBeAuthorizedHelper()
443 TestUtils.assertContentsInAnyOrder( in testHmacKeyOnlyOneDigestCanBeAuthorizedHelper()
709 TestUtils.assertContentsInAnyOrder( in testGenerateHonorsRequestedAuthorizationsHelper()
711 TestUtils.assertContentsInAnyOrder( in testGenerateHonorsRequestedAuthorizationsHelper()
713 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.java279 static <T> void assertContentsInAnyOrder(Iterable<T> actual, T... expected) { in assertContentsInAnyOrder() method in TestUtils
280 assertContentsInAnyOrder(null, actual, expected); in assertContentsInAnyOrder()
283 static <T> void assertContentsInAnyOrder(String message, Iterable<T> actual, T... expected) { in assertContentsInAnyOrder() method in TestUtils
DMacTest.java205 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase, in testAlgorithmList()
DAndroidKeyStoreTest.java2405 TestUtils.assertContentsInAnyOrder( in testKeyStore_OnlyOneDigestCanBeAuthorized_HMAC()
2413 TestUtils.assertContentsInAnyOrder( in testKeyStore_OnlyOneDigestCanBeAuthorized_HMAC()
DSignatureTest.java360 TestUtils.assertContentsInAnyOrder(actualSigAlgsLowerCase, in testAlgorithmList()
DCipherTest.java328 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase, in testAlgorithmList()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DGeneralDelegateTest.java50 MoreAsserts.assertContentsInAnyOrder("Delegated scopes do not match expected scopes", in testGetsExpectedDelegationScopes()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java124 MoreAsserts.assertContentsInAnyOrder("Delegated scopes do not match broadcasted scopes", in testDelegateReceivesScopeChangedBroadcast()