Searched refs:onNewIntent (Results 1 - 11 of 11) 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/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DTestResultActivity.java59 protected void onNewIntent(Intent intent) { method in class:TestResultActivity
60 super.onNewIntent(intent);
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DHorizontalGridTestActivity.java97 protected void onNewIntent(Intent intent) { method in class:HorizontalGridTestActivity
98 if (DEBUG) Log.v(TAG, "onNewIntent " + intent);
105 super.onNewIntent(intent);
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DHorizontalGridTestActivity.java97 protected void onNewIntent(Intent intent) { method in class:HorizontalGridTestActivity
98 if (DEBUG) Log.v(TAG, "onNewIntent " + intent);
105 super.onNewIntent(intent);
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DGridActivity.java199 protected void onNewIntent(Intent intent) { method in class:GridActivity
200 if (DEBUG) Log.v(TAG, "onNewIntent " + intent+ " "+this);
207 super.onNewIntent(intent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
H A DRecentsTvActivity.java344 protected void onNewIntent(Intent intent) { method in class:RecentsTvActivity
345 super.onNewIntent(intent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java374 protected void onNewIntent(Intent intent) { method in class:RecentsActivity
375 super.onNewIntent(intent);
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentActivity.java452 * Handle onNewIntent() to inform the fragment manager that the
457 * onNewIntent() call which happens before onResume() and trying to
462 protected void onNewIntent(Intent intent) { method in class:FragmentActivity
463 super.onNewIntent(intent);
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1216 * Perform calling of an activity's {@link Activity#onNewIntent}
1223 activity.onNewIntent(intent);
H A DActivity.java628 * {@link #onNewIntent(Intent)}, any newly granted URI permissions will be added
851 * conjunction with {@link #onNewIntent}.
856 * @see #onNewIntent
1220 * such as {@link #onNewIntent} and {@link #onActivityResult}. This is primarily intended
1386 * of a new instance of the activity being started, onNewIntent() will be
1402 protected void onNewIntent(Intent intent) { method in class:Activity
4657 * the normal behavior of calling {@link #onNewIntent} this function will
5020 * <p>If called while inside the handling of {@link #onNewIntent}, this function will
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1557 protected void onNewIntent(Intent intent) { method in class:PreferenceActivity

Completed in 447 milliseconds