Searched refs:DESTROY_ACTION (Results 1 – 2 of 2) sorted by relevance
32 public static final String DESTROY_ACTION = "com.android.cts.deviceowner.LOCK_TASK_DESTROY"; field in LockTaskUtilityActivity52 sendLocalBroadcast(new Intent(DESTROY_ACTION)); in onDestroy()
103 } else if (LockTaskUtilityActivity.DESTROY_ACTION.equals(action)) {159 filter.addAction(LockTaskUtilityActivity.DESTROY_ACTION); in setUp()