Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskUtilityActivity.java26 public static final String START_LOCK_TASK = "startLockTask"; field in LockTaskUtilityActivity
101 if (intent.getBooleanExtra(START_LOCK_TASK, false)) { in handleIntent()