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