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.java105 verifyOwnerInstalledStatus(alias, true); in testGetPolicyInstalledCaCerts()
111 verifyOwnerInstalledStatus(alias, false); in testGetPolicyInstalledCaCerts()
114 private void verifyOwnerInstalledStatus(String alias, boolean expectOwnerInstalled) { in verifyOwnerInstalledStatus() method in AdminActionBookkeepingTest
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DAdminActionBookkeepingTest.java202 verifyOwnerInstalledStatus(alias, true); in testGetPolicyInstalledCaCerts()
208 verifyOwnerInstalledStatus(alias, false); in testGetPolicyInstalledCaCerts()
211 private void verifyOwnerInstalledStatus(String alias, boolean expectOwnerInstalled) { in verifyOwnerInstalledStatus() method in AdminActionBookkeepingTest
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java206 verifyOwnerInstalledStatus(alias, true); in testCaCertsOperations()
216 verifyOwnerInstalledStatus(alias, false); in testCaCertsOperations()
313 private void verifyOwnerInstalledStatus(String alias, boolean expectOwnerInstalled) { in verifyOwnerInstalledStatus() method in DelegatedCertInstallerTest