Home
last modified time | relevance | path

Searched refs:onNewIntent (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
DClearTop.java40 public void onNewIntent(Intent intent) { in onNewIntent() method in ClearTop
/frameworks/base/docs/html/guide/topics/fundamentals/
Dtasks-and-back-stack.jd301 android.app.Activity#onNewIntent onNewIntent()} method, rather than creating a new instance of the
310 android.app.Activity#onNewIntent onNewIntent()}, because it's at the top of the stack—the
316 the activity before the new intent arrived in {@link android.app.Activity#onNewIntent
317 onNewIntent()}.</p>
324 android.app.Activity#onNewIntent onNewIntent()} method, rather than creating a new instance. Only
382 receives the new intent in {@link android.app.Activity#onNewIntent onNewIntent()}.
388 the existing instance receives a call to {@link android.app.Activity#onNewIntent onNewIntent()},
397 through {@link android.app.Activity#onNewIntent onNewIntent()}).
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DTestsListActivity.java100 protected void onNewIntent(Intent intent) { in onNewIntent() method in TestsListActivity
/frameworks/base/docs/html/guide/topics/nfc/
Dadvanced-nfc.jd276 android.app.Activity#onNewIntent onNewIntent} callback to process the data from the scanned NFC
290 public void onNewIntent(Intent intent) {
Dnfc.jd868 public void onNewIntent(Intent intent) {
/frameworks/base/docs/html/intl/ja/guide/topics/
Dfundamentals.jd157 android.app.Activity#onNewIntent onNewIntent()}</code> メソッドが呼び出され、アクティビティが後続のインテントに渡されます。
412 既存のアクティビティで新しいインテントを処理することになった場合は、<code>{@link android.app.Activity#onNewIntent onNewIntent()}</cod…
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DTestShellActivity.java176 protected void onNewIntent(Intent intent) { in onNewIntent() method in TestShellActivity
177 super.onNewIntent(intent); in onNewIntent()
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd432 <code>{@link android.app.Activity#onNewIntent onNewIntent()}</code> call);
471 android.app.Activity#onNewIntent onNewIntent()} method, rather than creating a
482 android.app.Activity#onNewIntent onNewIntent()} method, rather than creating a
/frameworks/base/docs/html/guide/topics/search/
Dsearch-dialog.jd576 to {@link android.app.Activity#onNewIntent(Intent)}, passing the new {@link
588 protected void onNewIntent(Intent intent) {
605 onCreate()} and {@link android.app.Activity#onNewIntent(Intent) onNewIntent()} can execute it.</p>
607 <p>When the system calls {@link android.app.Activity#onNewIntent(Intent)}, the activity has
612 android.app.Activity#onNewIntent(Intent)} (so that the intent saved by the activity is updated in
/frameworks/base/core/java/android/app/
DInstrumentation.java1123 activity.onNewIntent(intent); in callActivityOnNewIntent()
DActivity.java1101 protected void onNewIntent(Intent intent) { in onNewIntent() method in Activity
/frameworks/base/core/java/android/preference/
DPreferenceActivity.java1439 protected void onNewIntent(Intent intent) { in onNewIntent() method in PreferenceActivity
/frameworks/base/docs/html/guide/basics/
Dappmodel.jd165 root activity's {@link android.app.Activity#onNewIntent} called with the
/frameworks/base/api/
Dcurrent.txt2594 method protected void onNewIntent(android.content.Intent);
D14.txt2594 method protected void onNewIntent(android.content.Intent);