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

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DClearTop.java40 public void onNewIntent(Intent intent) { method in class:ClearTop
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DTestsListActivity.java100 protected void onNewIntent(Intent intent) { method in class:TestsListActivity
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1439 protected void onNewIntent(Intent intent) { method in class:PreferenceActivity
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java176 protected void onNewIntent(Intent intent) { method in class:TestShellActivity
177 super.onNewIntent(intent);
/frameworks/base/core/java/android/app/
H A DActivity.java745 * conjunction with {@link #onNewIntent}.
750 * @see #onNewIntent
1085 * of a new instance of the activity being started, onNewIntent() will be
1101 protected void onNewIntent(Intent intent) { method in class:Activity
3356 * the normal behavior of calling {@link #onNewIntent} this function will

Completed in 122 milliseconds