Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
DAdminActionBookkeepingTest.java86 final List<String> ownerInstalledCerts = in verifyOwnerInstalledStatus() local
88 assertNotNull(ownerInstalledCerts); in verifyOwnerInstalledStatus()
89 assertEquals(expectOwnerInstalled, ownerInstalledCerts.contains(alias)); in verifyOwnerInstalledStatus()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DAdminActionBookkeepingTest.java257 final List<String> ownerInstalledCerts = in verifyOwnerInstalledStatus() local
259 assertWithMessage("dpm.getOwnerInstalledCaCerts(%s)", user).that(ownerInstalledCerts) in verifyOwnerInstalledStatus()
262 assertWithMessage("dpm.getOwnerInstalledCaCerts(%s)", user).that(ownerInstalledCerts) in verifyOwnerInstalledStatus()
265 assertWithMessage("dpm.getOwnerInstalledCaCerts(%s)", user).that(ownerInstalledCerts) in verifyOwnerInstalledStatus()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java290 final List<String> ownerInstalledCerts = in verifyOwnerInstalledStatus() local
292 assertNotNull(ownerInstalledCerts); in verifyOwnerInstalledStatus()
293 assertEquals(expectOwnerInstalled, ownerInstalledCerts.contains(alias)); in verifyOwnerInstalledStatus()