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