Searched refs:INTENT_ACTION (Results 1 – 2 of 2) sorted by relevance
35 …public static final String INTENT_ACTION = "com.android.cts.deviceandprofileowner.LOCK_TASK_INTENT… field in LockTaskUtilityActivity114 sendLocalBroadcast(new Intent(INTENT_ACTION)); in handleIntent()
108 } else if (LockTaskUtilityActivity.INTENT_ACTION.equals(action)) {149 filter.addAction(LockTaskUtilityActivity.INTENT_ACTION); in setUp()