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

12

/packages/apps/Browser2/src/org/chromium/webview_shell/
H A DTelemetryMemoryPressureActivity.java43 protected void onNewIntent(Intent intent) { method in class:TelemetryMemoryPressureActivity
/packages/apps/Camera2/src/com/android/camera/util/
H A DQuickActivity.java98 protected final void onNewIntent(Intent intent) { method in class:QuickActivity
99 logLifecycle("onNewIntent", true);
102 super.onNewIntent(intent);
104 logLifecycle("onNewIntent", false);
228 * Subclasses should override this in place of {@link Activity#onNewIntent}.
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DGroupEditorActivity.java116 protected void onNewIntent(Intent intent) { method in class:GroupEditorActivity
117 super.onNewIntent(intent);
H A DContactEditorBaseActivity.java246 protected void onNewIntent(Intent intent) { method in class:ContactEditorBaseActivity
247 super.onNewIntent(intent);
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestDialerActivity.java73 protected void onNewIntent(Intent intent) { method in class:TestDialerActivity
74 super.onNewIntent(intent);
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
H A DDialogSmsDisplay.java75 protected void onNewIntent(Intent intent) { method in class:DialogSmsDisplay
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherCallbacks.java57 public void onNewIntent(Intent intent); method in interface:LauncherCallbacks
/packages/apps/Contacts/src/com/android/contacts/
H A DContactsActivity.java91 onNewIntent(callbackIntent);
/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DLauncherExtension.java79 public void onNewIntent(Intent intent) { method in class:LauncherExtension.LauncherExtensionCallbacks
/packages/apps/Tag/src/com/android/apps/tag/
H A DTagViewer.java110 public void onNewIntent(Intent intent) { method in class:TagViewer
/packages/apps/Settings/src/com/android/settings/
H A DShowAdminSupportDetailsDialog.java67 public void onNewIntent(Intent intent) { method in class:ShowAdminSupportDetailsDialog
68 super.onNewIntent(intent);
/packages/apps/Stk/src/com/android/stk/
H A DStkLauncherActivity.java75 protected void onNewIntent(Intent intent) { method in class:StkLauncherActivity
76 super.onNewIntent(intent);
H A DStkDialogActivity.java259 protected void onNewIntent(Intent intent) { method in class:StkDialogActivity
260 CatLog.d(LOG_TAG, "onNewIntent - updating the same Dialog box");
/packages/services/Car/car-support-lib/src/android/support/car/app/
H A DCarActivity.java277 onNewIntent((Intent) args[0]);
329 protected void onNewIntent(Intent intent) { method in class:CarActivity
H A DCarFragmentActivity.java304 * Handle onNewIntent() to inform the fragment manager that the
309 * onNewIntent() call which happens before onResume() and trying to
314 protected void onNewIntent(Intent intent) { method in class:CarFragmentActivity
315 super.onNewIntent(intent);
H A DCarProxyActivity.java315 protected void onNewIntent(Intent i) { method in class:CarProxyActivity
/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoActivity.java166 protected void onNewIntent(Intent intent) { method in class:EventInfoActivity
168 // onNewIntent(Intent) is called, the Activity has not been restarted,
171 // inside onNewIntent(Intent) (just in case you call getIntent() at a
H A DSearchActivity.java298 protected void onNewIntent(Intent intent) { method in class:SearchActivity
300 // onNewIntent(Intent) is called, the Activity has not been restarted,
303 // inside onNewIntent(Intent) (just in case you call getIntent() at a
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DClassZeroActivity.java147 protected void onNewIntent(final Intent msgIntent) { method in class:ClassZeroActivity
/packages/services/Telephony/tests/src/com/android/phone/tests/
H A DOtaspTestActivity.java122 protected void onNewIntent(Intent intent) { method in class:OtaspTestActivity
123 Log.i(LOG_TAG, "onNewIntent: intent=" + intent);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DDeskClock.java90 public void onNewIntent(Intent newIntent) { method in class:DeskClock
91 super.onNewIntent(newIntent);
92 LogUtils.d(TAG, "onNewIntent with intent: %s", newIntent);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DMailboxSelectionActivity.java163 public void onNewIntent(Intent intent) { method in class:MailboxSelectionActivity
164 super.onNewIntent(intent);
/packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
H A DDialogSmsDisplayTests.java284 dialogSmsDisplayActivity.onNewIntent(di);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertDialog.java369 protected void onNewIntent(Intent intent) { method in class:CellBroadcastAlertDialog
378 Log.d(TAG, "onNewIntent called with message list of size " + newMessageList.size());
383 Log.e(TAG, "onNewIntent called without SMS_CB_MESSAGE_EXTRA, ignoring");
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchActivity.java59 // Measures time from for last onCreate()/onNewIntent() call.
64 // Whether QSB is starting. True between the calls to onCreate()/onNewIntent() and onResume().
174 protected void onNewIntent(Intent intent) { method in class:SearchActivity
175 if (DBG) Log.d(TAG, "onNewIntent()");

Completed in 1470 milliseconds

12