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

  /cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
CertInstallerReceiver.java 40 * {@link DevicePolicyManager#hasCaCertInstalled},
48 // {@link DevicePolicyManager#hasCaCertInstalled},
51 // {@link DevicePolicyManager#hasCaCertInstalled},
83 if (dpm.hasCaCertInstalled(null, certBuffer)) {
89 if (!dpm.hasCaCertInstalled(null, certBuffer)) {
100 if (!dpm.hasCaCertInstalled(null, certBuffer)) {
104 sendResult(context, !dpm.hasCaCertInstalled(null, certBuffer), null);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DelegatedCertInstallerTest.java 183 assertTrue("Certificate is not installed properly", mDpm.hasCaCertInstalled(
193 assertFalse("Certificate is not removed properly", mDpm.hasCaCertInstalled(
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
CaCertManagementTest.java 122 * <li>{@link DevicePolicyManager#hasCaCertInstalled} returns {@code true}.</li>
134 boolean installed = mDevicePolicyManager.hasCaCertInstalled(getWho(), caCert.getEncoded());
  /cts/tests/admin/src/android/admin/cts/
DevicePolicyManagerTest.java 423 mDevicePolicyManager.hasCaCertInstalled(mComponent,
438 mDevicePolicyManager.hasCaCertInstalled(null, TEST_CA_STRING1.getBytes());
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java     [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 

Completed in 180 milliseconds