Home
last modified time | relevance | path

Searched refs:ACTION_VERIFY_CERT (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerActivity.java55 private static final String ACTION_VERIFY_CERT = "com.android.cts.certinstaller.verify_cert"; field in CertInstallerActivity
113 } else if (ACTION_VERIFY_CERT.equals(action)) { in onCreate()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java54 private static final String ACTION_VERIFY_CERT = "com.android.cts.certinstaller.verify_cert"; field in DelegatedCertInstallerTest
260 intent.setAction(ACTION_VERIFY_CERT); in verifyCaCert()