Searched refs:DESTROY_ACTION (Results 1 – 2 of 2) sorted by relevance
32 …public static final String DESTROY_ACTION = "com.android.cts.deviceandprofileowner.LOCK_TASK_DESTR… field in LockTaskUtilityActivity82 sendLocalBroadcast(new Intent(DESTROY_ACTION)); in onDestroy()
93 } else if (LockTaskUtilityActivity.DESTROY_ACTION.equals(action)) {148 filter.addAction(LockTaskUtilityActivity.DESTROY_ACTION); in setUp()