Searched refs:ACTION_JUST_CREATE (Results 1 – 2 of 2) sorted by relevance
57 private static final String ACTION_JUST_CREATE = field in IntentReceiverActivity140 } else if (ACTION_JUST_CREATE.equals(action) || ACTION_CREATE_AND_WAIT.equals(action)) { in onCreate()
62 private static final String ACTION_JUST_CREATE = field in LockTaskTest559 intent.setAction(shouldWait ? ACTION_CREATE_AND_WAIT : ACTION_JUST_CREATE); in createReceiverActivityIntent()