Searched defs:onNewIntent (Results 1 - 18 of 18) 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/fragment/tests/java/android/support/v4/app/test/
H A DNewIntentActivity.java41 public void onNewIntent(Intent intent) { method in class:NewIntentActivity
42 super.onNewIntent(intent);
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DVideoActivityWithDetailedCard.java50 protected void onNewIntent(Intent intent) { method in class:VideoActivityWithDetailedCard
51 super.onNewIntent(intent);
H A DHorizontalGridTestActivity.java89 protected void onNewIntent(Intent intent) { method in class:HorizontalGridTestActivity
90 if (DEBUG) Log.v(TAG, "onNewIntent " + intent);
97 super.onNewIntent(intent);
/frameworks/support/frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/ui/
H A DVideoActivity.java75 protected void onNewIntent(Intent intent) { method in class:VideoActivity
76 super.onNewIntent(intent);
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DVideoActivityWithDetailedCard.java50 protected void onNewIntent(Intent intent) { method in class:VideoActivityWithDetailedCard
51 super.onNewIntent(intent);
H A DHorizontalGridTestActivity.java89 protected void onNewIntent(Intent intent) { method in class:HorizontalGridTestActivity
90 if (DEBUG) Log.v(TAG, "onNewIntent " + intent);
97 super.onNewIntent(intent);
/frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/ui/
H A DVideoActivity.java75 protected void onNewIntent(Intent intent) { method in class:VideoActivity
76 super.onNewIntent(intent);
/frameworks/base/tests/ShowWhenLockedApp/src/com/android/showwhenlocked/
H A DShowWhenLockedActivity.java97 protected void onNewIntent(Intent intent) { method in class:ShowWhenLockedActivity
98 super.onNewIntent(intent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServicesDialog.java121 protected void onNewIntent(Intent intent) { method in class:ForegroundServicesDialog
122 super.onNewIntent(intent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
H A DPipMenuActivity.java67 protected void onNewIntent(Intent intent) { method in class:PipMenuActivity
68 super.onNewIntent(intent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java447 protected void onNewIntent(Intent intent) { method in class:RecentsActivity
448 super.onNewIntent(intent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMenuActivity.java237 protected void onNewIntent(Intent intent) { method in class:PipMenuActivity
238 super.onNewIntent(intent);
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DGridActivity.java206 protected void onNewIntent(Intent intent) { method in class:GridActivity
207 if (DEBUG) Log.v(TAG, "onNewIntent " + intent+ " "+this);
214 super.onNewIntent(intent);
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1585 protected void onNewIntent(Intent intent) { method in class:PreferenceActivity
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentActivity.java417 * Handle onNewIntent() to inform the fragment manager that the
422 * onNewIntent() call which happens before onResume() and trying to
427 protected void onNewIntent(Intent intent) { method in class:FragmentActivity
428 super.onNewIntent(intent);
/frameworks/base/core/java/android/app/
H A DActivity.java634 * {@link #onNewIntent(Intent)}, any newly granted URI permissions will be added
872 * conjunction with {@link #onNewIntent}.
877 * @see #onNewIntent
1282 * such as {@link #onNewIntent} and {@link #onActivityResult}. This is primarily intended
1468 * of a new instance of the activity being started, onNewIntent() will be
1484 protected void onNewIntent(Intent intent) { method in class:Activity
4938 * the normal behavior of calling {@link #onNewIntent} this function will
5310 * <p>If called while inside the handling of {@link #onNewIntent}, this function will
7021 onNewIntent(intent);

Completed in 368 milliseconds