HomeSort by relevance Sort by last modified time
    Searched refs:ownerInstalledCerts (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
AdminActionBookkeepingTest.java 115 final List<String> ownerInstalledCerts =
117 assertNotNull(ownerInstalledCerts);
118 assertEquals(expectOwnerInstalled, ownerInstalledCerts.contains(alias));
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
AdminActionBookkeepingTest.java 212 final List<String> ownerInstalledCerts =
214 assertNotNull(ownerInstalledCerts);
215 assertEquals(expectOwnerInstalled, ownerInstalledCerts.contains(alias));
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DelegatedCertInstallerTest.java 319 final List<String> ownerInstalledCerts =
321 assertNotNull(ownerInstalledCerts);
322 assertEquals(expectOwnerInstalled, ownerInstalledCerts.contains(alias));

Completed in 530 milliseconds