Searched refs:onNewIntent (Results 1 - 22 of 22) sorted by relevance

/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/test/
H A DNewIntentActivity.java42 public void onNewIntent(Intent intent) { method in class:NewIntentActivity
43 super.onNewIntent(intent);
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DVideoActivityWithDetailedCard.java50 protected void onNewIntent(Intent intent) { method in class:VideoActivityWithDetailedCard
51 super.onNewIntent(intent);
H A DHorizontalGridTestActivity.java90 protected void onNewIntent(Intent intent) { method in class:HorizontalGridTestActivity
91 if (DEBUG) Log.v(TAG, "onNewIntent " + intent);
98 super.onNewIntent(intent);
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DVideoActivityWithDetailedCard.java50 protected void onNewIntent(Intent intent) { method in class:VideoActivityWithDetailedCard
51 super.onNewIntent(intent);
H A DHorizontalGridTestActivity.java90 protected void onNewIntent(Intent intent) { method in class:HorizontalGridTestActivity
91 if (DEBUG) Log.v(TAG, "onNewIntent " + intent);
98 super.onNewIntent(intent);
/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/SupportLeanbackJank/src/main/java/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/SupportLeanbackJank/src/main/java/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/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/
H A DForegroundServicesDialog.java121 protected void onNewIntent(Intent intent) { method in class:ForegroundServicesDialog
122 super.onNewIntent(intent);
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java162 public void onNewIntent(Intent intent) { method in class:BackupRestoreConfirmation
163 super.onNewIntent(intent);
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageStatsActivity.java74 public void onNewIntent(Intent intent) { method in class:UsageStatsActivity
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMenuActivity.java250 protected void onNewIntent(Intent intent) { method in class:PipMenuActivity
251 super.onNewIntent(intent);
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragmentActivity.java470 * Handle onNewIntent() to inform the fragment manager that the
475 * onNewIntent() call which happens before onResume() and trying to
480 protected void onNewIntent(Intent intent) { method in class:FragmentActivity
481 super.onNewIntent(intent);
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
H A DGridActivity.java207 protected void onNewIntent(Intent intent) { method in class:GridActivity
208 if (DEBUG) Log.v(TAG, "onNewIntent " + intent+ " "+this);
215 super.onNewIntent(intent);
/frameworks/base/cmds/statsd/tools/dogfood/src/com/android/statsd/dogfood/
H A DMainActivity.java280 public void onNewIntent(Intent intent) { method in class:MainActivity
/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
H A DLoadtestActivity.java315 public void onNewIntent(Intent intent) { method in class:LoadtestActivity
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1585 protected void onNewIntent(Intent intent) { method in class:PreferenceActivity
/frameworks/base/core/java/android/app/
H A DActivity.java651 * {@link #onNewIntent(Intent)}, any newly granted URI permissions will be added
899 * conjunction with {@link #onNewIntent}.
904 * @see #onNewIntent
1312 * such as {@link #onNewIntent} and {@link #onActivityResult}. This is primarily intended
1521 * of a new instance of the activity being started, onNewIntent() will be
1537 protected void onNewIntent(Intent intent) { method in class:Activity
5037 * the normal behavior of calling {@link #onNewIntent} this function will
5417 * <p>If called while inside the handling of {@link #onNewIntent}, this function will
7149 onNewIntent(intent);
/frameworks/base/config/
H A Dboot-image-profile.txt222 HPLandroid/app/Activity;->onNewIntent(Landroid/content/Intent;)V
[all...]

Completed in 466 milliseconds