Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java56 private static final String ACTION_INSTALL_KEYPAIR = field in CertInstallerReceiver
118 } else if (ACTION_INSTALL_KEYPAIR.equals(action)) { in onReceive()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java56 private static final String ACTION_INSTALL_KEYPAIR = field in DelegatedCertInstallerTest
338 intent.setAction(ACTION_INSTALL_KEYPAIR); in installKeyPair()