Searched defs:onNewIntent (Results 1 - 7 of 7) 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/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsActivity.java131 // or in case we don't get an onNewIntent
214 protected void onNewIntent(Intent intent) { method in class:RecentsActivity
219 super.onNewIntent(intent);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java405 * Handle onNewIntent() to inform the fragment manager that the
410 * onNewIntent() call which happens before onResume() and trying to
415 protected void onNewIntent(Intent intent) { method in class:FragmentActivity
416 super.onNewIntent(intent);
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1469 protected void onNewIntent(Intent intent) { method in class:PreferenceActivity
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java175 protected void onNewIntent(Intent intent) { method in class:TestShellActivity
176 super.onNewIntent(intent);
/frameworks/base/core/java/android/app/
H A DActivity.java584 * {@link #onNewIntent(Intent)}, any newly granted URI permissions will be added
769 * conjunction with {@link #onNewIntent}.
774 * @see #onNewIntent
1119 * of a new instance of the activity being started, onNewIntent() will be
1135 protected void onNewIntent(Intent intent) { method in class:Activity
3718 * the normal behavior of calling {@link #onNewIntent} this function will

Completed in 245 milliseconds