Searched refs:assertGranted (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | KeyManagementTest.java | 121 assertGranted(alias, false); in testCanInstallAndRemoveValidRsaKeypair() 123 assertGranted(alias, true); in testCanInstallAndRemoveValidRsaKeypair() 132 assertGranted(alias, false); in testCanInstallAndRemoveValidRsaKeypair() 148 assertGranted(grant, true); in testCanInstallWithAutomaticAccess() 149 assertGranted(withhold, false); in testCanInstallWithAutomaticAccess() 159 assertGranted(grant, false); in testCanInstallWithAutomaticAccess() 160 assertGranted(withhold, false); in testCanInstallWithAutomaticAccess() 185 assertGranted(alias, true); in testCanInstallCertChain() 198 assertGranted(alias, false); in testCanInstallCertChain() 210 assertGranted(alias, true); in testGrantsDoNotPersistBetweenInstallations() [all …]
|