Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java59 private static final String ACTION_READ_ENROLLMENT_SPECIFIC_ID = field in CertInstallerReceiver
147 } else if (ACTION_READ_ENROLLMENT_SPECIFIC_ID.equals(action)) { in onReceive()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java65 private static final String ACTION_READ_ENROLLMENT_SPECIFIC_ID = field in DelegatedCertInstallerTest
325 intent.setAction(ACTION_READ_ENROLLMENT_SPECIFIC_ID); in readEnrollmentId()