Searched defs: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/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsActivity.java131 // or in case we don't get an onNewIntent
219 protected void onNewIntent(Intent intent) { method in class:RecentsActivity
224 super.onNewIntent(intent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java420 protected void onNewIntent(Intent intent) { method in class:RecentsActivity
421 super.onNewIntent(intent);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java394 * Handle onNewIntent() to inform the fragment manager that the
399 * onNewIntent() call which happens before onResume() and trying to
404 protected void onNewIntent(Intent intent) { method in class:FragmentActivity
405 super.onNewIntent(intent);
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1549 protected void onNewIntent(Intent intent) { method in class:PreferenceActivity
/frameworks/base/core/java/android/app/
H A DActivity.java602 * {@link #onNewIntent(Intent)}, any newly granted URI permissions will be added
808 * conjunction with {@link #onNewIntent}.
813 * @see #onNewIntent
1270 * of a new instance of the activity being started, onNewIntent() will be
1286 protected void onNewIntent(Intent intent) { method in class:Activity
4147 * the normal behavior of calling {@link #onNewIntent} this function will
4468 * <p>If called while inside the handling of {@link #onNewIntent}, this function will

Completed in 3722 milliseconds