Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskUtilityActivity.java33 … public static final String PAUSE_ACTION = "com.android.cts.deviceandprofileowner.LOCK_TASK_PAUSE"; field in LockTaskUtilityActivity
96 sendLocalBroadcast(new Intent(PAUSE_ACTION)); in onPause()
DLockTaskTest.java103 } else if (LockTaskUtilityActivity.PAUSE_ACTION.equals(action)) {
151 filter.addAction(LockTaskUtilityActivity.PAUSE_ACTION); in setUp()