Searched refs:onNewIntent (Results 1 - 6 of 6) 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/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 DInstrumentation.java1116 * Perform calling of an activity's {@link Activity#onNewIntent}
1123 activity.onNewIntent(intent);
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
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1439 protected void onNewIntent(Intent intent) { method in class:PreferenceActivity

Completed in 123 milliseconds