Searched refs:shouldWait (Results 1 – 2 of 2) sorted by relevance
555 private Intent createReceiverActivityIntent(boolean newTask, boolean shouldWait) { in createReceiverActivityIntent() argument559 intent.setAction(shouldWait ? ACTION_CREATE_AND_WAIT : ACTION_JUST_CREATE); in createReceiverActivityIntent()
1905 public LaunchActivityBuilder setWaitForLaunched(boolean shouldWait) {1906 mWaitForLaunched = shouldWait;