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.java152 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase, in testAlgorithmList()
331 TestUtils.assertContentsInAnyOrder( in testGenerateHonorsRequestedAuthorizations()
338 TestUtils.assertContentsInAnyOrder( in testGenerateHonorsRequestedAuthorizations()
345 TestUtils.assertContentsInAnyOrder(actualDigests, digests); in testGenerateHonorsRequestedAuthorizations()
407 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getDigests()), in testGenerate_EC_LegacySpec()
454 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getDigests()), in testGenerate_EC_LegacySpec()
500 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getDigests()), in testGenerate_EC_LegacySpec()
548 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getDigests()), in testGenerate_RSA_LegacySpec()
556 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getEncryptionPaddings()), in testGenerate_RSA_LegacySpec()
560 MoreAsserts.assertContentsInAnyOrder(Arrays.asList(keyInfo.getSignaturePaddings()), in testGenerate_RSA_LegacySpec()
[all …]
DKeyGeneratorTest.java99 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase, in testAlgorithmList()
322 TestUtils.assertContentsInAnyOrder( in testHmacKeyOnlyOneDigestCanBeAuthorized()
328 TestUtils.assertContentsInAnyOrder( in testHmacKeyOnlyOneDigestCanBeAuthorized()
506 TestUtils.assertContentsInAnyOrder( in testGenerateHonorsRequestedAuthorizations()
508 TestUtils.assertContentsInAnyOrder( in testGenerateHonorsRequestedAuthorizations()
510 TestUtils.assertContentsInAnyOrder(Arrays.asList(digests), keyInfo.getDigests()); in testGenerateHonorsRequestedAuthorizations()
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.java277 static <T> void assertContentsInAnyOrder(Iterable<T> actual, T... expected) { in assertContentsInAnyOrder() method in TestUtils
278 assertContentsInAnyOrder(null, actual, expected); in assertContentsInAnyOrder()
281 static <T> void assertContentsInAnyOrder(String message, Iterable<T> actual, T... expected) { in assertContentsInAnyOrder() method in TestUtils
DMacTest.java205 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase, in testAlgorithmList()
DAndroidKeyStoreTest.java2442 TestUtils.assertContentsInAnyOrder( in testKeyStore_OnlyOneDigestCanBeAuthorized_HMAC()
2450 TestUtils.assertContentsInAnyOrder( in testKeyStore_OnlyOneDigestCanBeAuthorized_HMAC()
DSignatureTest.java360 TestUtils.assertContentsInAnyOrder(actualSigAlgsLowerCase, in testAlgorithmList()
DCipherTest.java316 TestUtils.assertContentsInAnyOrder(actualAlgsLowerCase, in testAlgorithmList()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DGeneralDelegateTest.java69 MoreAsserts.assertContentsInAnyOrder("Delegated scopes do not match expected scopes", in testGetsExpectedDelegationScopes()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java112 MoreAsserts.assertContentsInAnyOrder("Delegated scopes do not match broadcasted scopes", in testDelegateReceivesScopeChangedBroadcast()