Home
last modified time | relevance | path

Searched refs:startActivityIfNeeded (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DActivity.java3744 public boolean startActivityIfNeeded(Intent intent, int requestCode) { in startActivityIfNeeded() method in Activity
3745 return startActivityIfNeeded(intent, requestCode, null); in startActivityIfNeeded()
3778 public boolean startActivityIfNeeded(Intent intent, int requestCode, Bundle options) { in startActivityIfNeeded() method in Activity
/frameworks/base/docs/html/sdk/api_diff/16/
DmissingSinces.txt430 NO DOC BLOCK: android.app.Activity Method startActivityIfNeeded(android.content.Intent, int, androi…
/frameworks/base/api/
Dcurrent.txt2898 method public boolean startActivityIfNeeded(android.content.Intent, int);
2899 method public boolean startActivityIfNeeded(android.content.Intent, int, android.os.Bundle);