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/
DCertInstallerActivity.java57 private static final String ACTION_INSTALL_KEYPAIR = field in CertInstallerActivity
121 } else if (ACTION_INSTALL_KEYPAIR.equals(action)) { in onCreate()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java55 private static final String ACTION_INSTALL_KEYPAIR = field in DelegatedCertInstallerTest
284 intent.setAction(ACTION_INSTALL_KEYPAIR); in installKeyPair()