Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java52 private static final String ACTION_REMOVE_CERT = "com.android.cts.certinstaller.remove_cert"; field in CertInstallerReceiver
97 } else if (ACTION_REMOVE_CERT.equals(action)) { in onReceive()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java54 private static final String ACTION_REMOVE_CERT = "com.android.cts.certinstaller.remove_cert"; field in DelegatedCertInstallerTest
297 intent.setAction(ACTION_REMOVE_CERT); in removeCaCert()