Home
last modified time | relevance | path

Searched refs:verifyOwnerInstalledStatus (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
DAdminActionBookkeepingTest.java76 verifyOwnerInstalledStatus(alias, true); in testGetPolicyInstalledCaCerts()
82 verifyOwnerInstalledStatus(alias, false); in testGetPolicyInstalledCaCerts()
85 private void verifyOwnerInstalledStatus(String alias, boolean expectOwnerInstalled) { in verifyOwnerInstalledStatus() method in AdminActionBookkeepingTest
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DAdminActionBookkeepingTest.java246 verifyOwnerInstalledStatus(alias, true); in testGetPolicyInstalledCaCerts()
252 verifyOwnerInstalledStatus(alias, false); in testGetPolicyInstalledCaCerts()
255 private void verifyOwnerInstalledStatus(String alias, boolean expectOwnerInstalled) { in verifyOwnerInstalledStatus() method in AdminActionBookkeepingTest
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java149 verifyOwnerInstalledStatus(alias, true); in testCaCertsOperations()
159 verifyOwnerInstalledStatus(alias, false); in testCaCertsOperations()
291 private void verifyOwnerInstalledStatus(String alias, boolean expectOwnerInstalled) { in verifyOwnerInstalledStatus() method in DelegatedCertInstallerTest