Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskUtilityActivity.java27 public static final String STOP_LOCK_TASK = "stopLockTask"; field in LockTaskUtilityActivity
104 if (intent.getBooleanExtra(STOP_LOCK_TASK, false)) { in handleIntent()
DLockTaskTest.java507 intent.putExtra(LockTaskUtilityActivity.STOP_LOCK_TASK, true); in stopLockTask()