Searched refs:startActivityIfNeeded (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | Activity.java | 4908 public boolean startActivityIfNeeded(@RequiresPermission @NonNull Intent intent, in startActivityIfNeeded() method in Activity 4910 return startActivityIfNeeded(intent, requestCode, null); in startActivityIfNeeded() 4943 public boolean startActivityIfNeeded(@RequiresPermission @NonNull Intent intent, in startActivityIfNeeded() method in Activity
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 3460 method public boolean startActivityIfNeeded(android.content.Intent, int); 3461 method public boolean startActivityIfNeeded(android.content.Intent, int, android.os.Bundle);
|
/frameworks/base/api/ |
D | current.txt | 3783 method public boolean startActivityIfNeeded(android.content.Intent, int); 3784 method public boolean startActivityIfNeeded(android.content.Intent, int, android.os.Bundle);
|
D | system-current.txt | 3919 method public boolean startActivityIfNeeded(android.content.Intent, int); 3920 method public boolean startActivityIfNeeded(android.content.Intent, int, android.os.Bundle);
|