Home
last modified time | relevance | path

Searched refs:PAUSE_ACTION (Results 1 – 1 of 1) 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()