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/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsActivity.java131 // or in case we don't get an onNewIntent
218 protected void onNewIntent(Intent intent) { method in class:RecentsActivity
223 super.onNewIntent(intent);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java416 * Handle onNewIntent() to inform the fragment manager that the
421 * onNewIntent() call which happens before onResume() and trying to
426 protected void onNewIntent(Intent intent) { method in class:FragmentActivity
427 super.onNewIntent(intent);
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1508 protected void onNewIntent(Intent intent) { method in class:PreferenceActivity
/frameworks/base/core/java/android/app/
H A DActivity.java587 * {@link #onNewIntent(Intent)}, any newly granted URI permissions will be added
775 * conjunction with {@link #onNewIntent}.
780 * @see #onNewIntent
1125 * of a new instance of the activity being started, onNewIntent() will be
1141 protected void onNewIntent(Intent intent) { method in class:Activity
3758 * the normal behavior of calling {@link #onNewIntent} this function will

Completed in 86 milliseconds