Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java83 public static final String ACTION_LOCKNOW = field in ByodHelperActivity
320 } else if (ACTION_LOCKNOW.equals(action)) { in onCreate()
525 return new Intent(ACTION_LOCKNOW); in createLockIntent()
DDeviceAdminTestReceiver.java183 filter.addAction(ByodHelperActivity.ACTION_LOCKNOW); in setupProfile()