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

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

Completed in 115 milliseconds