Home
last modified time | relevance | path

Searched refs:assertEmpty (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/view/src/android/view/inspector/cts/
DIntFlagMappingTest.java48 assertEmpty(mapping.get(0)); in testNonExclusiveFlags()
52 assertEmpty(mapping.get(4)); in testNonExclusiveFlags()
61 assertEmpty(mapping.get(0)); in testMutuallyExclusiveFlags()
64 assertEmpty(mapping.get(3)); in testMutuallyExclusiveFlags()
65 assertEmpty(mapping.get(4)); in testMutuallyExclusiveFlags()
75 assertEmpty(mapping.get(0)); in testMixedFlags()
78 assertEmpty(mapping.get(3)); in testMixedFlags()
96 private static void assertEmpty(Collection collection) { in assertEmpty() method in IntFlagMappingTest
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAdoptableHostTest.java107 assertEmpty(getDevice().executeShellCommand("sm partition " + diskId + " private")); in testApps()
180 assertEmpty(getDevice().executeShellCommand("sm partition " + diskId + " private")); in verifyPrimaryInternal()
225 assertEmpty(getDevice().executeShellCommand("sm partition " + diskId + " private")); in verifyPrimaryPhysical()
258 assertEmpty(getDevice().executeShellCommand("sm partition " + diskId + " private")); in testPackageInstaller()
287 assertEmpty(getDevice().executeShellCommand("sm partition " + diskId + " private")); in testEjected()
322 assertEmpty(getDevice().executeShellCommand("pm list packages " + PKG)); in testEjected()
386 private static void assertEmpty(String str) { in assertEmpty() method in AdoptableHostTest
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java355 MoreAsserts.assertEmpty(Arrays.asList(keyInfo.getSignaturePaddings())); in testGenerateHonorsRequestedAuthorizationsHelper()
415 MoreAsserts.assertEmpty(Arrays.asList(keyInfo.getBlockModes())); in testGenerate_EC_LegacySpec()
423 MoreAsserts.assertEmpty(Arrays.asList(keyInfo.getSignaturePaddings())); in testGenerate_EC_LegacySpec()
424 MoreAsserts.assertEmpty(Arrays.asList(keyInfo.getEncryptionPaddings())); in testGenerate_EC_LegacySpec()
462 MoreAsserts.assertEmpty(Arrays.asList(keyInfo.getBlockModes())); in testGenerate_EC_LegacySpec()
470 MoreAsserts.assertEmpty(Arrays.asList(keyInfo.getSignaturePaddings())); in testGenerate_EC_LegacySpec()
471 MoreAsserts.assertEmpty(Arrays.asList(keyInfo.getEncryptionPaddings())); in testGenerate_EC_LegacySpec()
508 MoreAsserts.assertEmpty(Arrays.asList(keyInfo.getBlockModes())); in testGenerate_EC_LegacySpec()
516 MoreAsserts.assertEmpty(Arrays.asList(keyInfo.getSignaturePaddings())); in testGenerate_EC_LegacySpec()
517 MoreAsserts.assertEmpty(Arrays.asList(keyInfo.getEncryptionPaddings())); in testGenerate_EC_LegacySpec()
[all …]
DKeyProtectionTest.java37 MoreAsserts.assertEmpty(Arrays.asList(spec.getBlockModes())); in testDefaults()
43 MoreAsserts.assertEmpty(Arrays.asList(spec.getEncryptionPaddings())); in testDefaults()
48 MoreAsserts.assertEmpty(Arrays.asList(spec.getSignaturePaddings())); in testDefaults()
DKeyGenParameterSpecTest.java50 MoreAsserts.assertEmpty(Arrays.asList(spec.getBlockModes())); in testDefaults()
60 MoreAsserts.assertEmpty(Arrays.asList(spec.getEncryptionPaddings())); in testDefaults()
66 MoreAsserts.assertEmpty(Arrays.asList(spec.getSignaturePaddings())); in testDefaults()
DSecretKeyFactoryTest.java131 MoreAsserts.assertEmpty(Arrays.asList(keyInfo.getSignaturePaddings())); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
DKeyFactoryTest.java140 MoreAsserts.assertEmpty(Arrays.asList(keyInfo.getSignaturePaddings())); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()
DKeyGeneratorTest.java716 MoreAsserts.assertEmpty(Arrays.asList(keyInfo.getSignaturePaddings())); in testGenerateHonorsRequestedAuthorizationsHelper()
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
DManagementTest.java98 MoreAsserts.assertEmpty(mDevicePolicyManager.getBindDeviceAdminTargetUsers( in testNoBindDeviceAdminTargetUsers()