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

  /cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
AdminActionBookkeepingTest.java 37 private static final String TEST_CA =
62 mDevicePolicyManager.uninstallCaCert(getWho(), TEST_CA.getBytes());
92 final byte[] rawCert = TEST_CA.getBytes();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CompHelperActivity.java 51 private static final String TEST_CA =
90 dpm.installCaCert(admin, TEST_CA.getBytes());
CommandReceiverActivity.java 156 private static final String TEST_CA =
458 mDpm.installCaCert(mAdmin, TEST_CA.getBytes());
464 mDpm.uninstallCaCert(mAdmin, TEST_CA.getBytes());
594 mDpm.uninstallCaCert(mAdmin, TEST_CA.getBytes());
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
AdminActionBookkeepingTest.java 36 private static final String TEST_CA =
63 mDevicePolicyManager.uninstallCaCert(getWho(), TEST_CA.getBytes());
189 final byte[] rawCert = TEST_CA.getBytes();
SecurityLoggingTest.java 142 private static final String TEST_CA =
544 mDevicePolicyManager.installCaCert(getWho(), TEST_CA.getBytes());
555 mDevicePolicyManager.uninstallCaCert(getWho(), TEST_CA.getBytes());
    [all...]
  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
CertInstallDelegateTest.java 53 private static final String TEST_CA =
140 byte[] cert = TEST_CA.getBytes();
  /cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DirectDelegatedCertInstallerTest.java 60 private static final String TEST_CA =
129 mDpm.uninstallCaCert(null, TEST_CA.getBytes());
134 final byte[] cert = TEST_CA.getBytes();
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DelegatedCertInstallerTest.java 88 private static final String TEST_CA =
181 mDpm.uninstallCaCert(ADMIN_RECEIVER_COMPONENT, TEST_CA.getBytes());
190 final byte[] cert = TEST_CA.getBytes();

Completed in 600 milliseconds