Searched defs:startActivityIfNeeded (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivity.java4316 * Same as calling {@link #startActivityIfNeeded(Intent, int, Bundle)}
4330 public boolean startActivityIfNeeded(@NonNull Intent intent, int requestCode) { method in class:Activity
4331 return startActivityIfNeeded(intent, requestCode, null);
4364 public boolean startActivityIfNeeded(@NonNull Intent intent, int requestCode, method in class:Activity
4400 "startActivityIfNeeded can only be called from a top-level activity");

Completed in 43 milliseconds