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

12

/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/DeskClock/src/com/android/deskclock/timer/
H A DTimerAlertFullScreen.java118 protected void onNewIntent(Intent intent) { method in class:TimerAlertFullScreen
123 super.onNewIntent(intent);
/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.java247 protected void onNewIntent(Intent intent) { method in class:ContactEditorBaseActivity
248 super.onNewIntent(intent);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DSizeLimitActivity.java47 protected void onNewIntent(Intent intent) { method in class:SizeLimitActivity
48 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/Contacts/src/com/android/contacts/
H A DContactsActivity.java91 onNewIntent(callbackIntent);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherCallbacks.java41 public void onNewIntent(Intent intent); method in interface:LauncherCallbacks
/packages/apps/Tag/src/com/android/apps/tag/
H A DTagViewer.java110 public void onNewIntent(Intent intent) { method in class:TagViewer
/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/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/Camera/src/com/android/camera/
H A DCameraActivity.java273 protected void onNewIntent(Intent intent) { method in class:CameraActivity
274 super.onNewIntent(intent);
/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/Browser/src/com/android/browser/
H A DBrowserActivity.java102 protected void onNewIntent(Intent intent) { method in class:BrowserActivity
H A DIntentHandler.java76 void onNewIntent(Intent intent) { method in class:IntentHandler
/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DLauncherExtension.java86 public void onNewIntent(Intent intent) { method in class:LauncherExtension.LauncherExtensionCallbacks
/packages/apps/DeskClock/src/com/android/deskclock/
H A DDeskClock.java100 public void onNewIntent(Intent newIntent) { method in class:DeskClock
101 super.onNewIntent(newIntent);
102 if (DEBUG) Log.d(LOG_TAG, "onNewIntent with intent: " + newIntent);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertFullScreen.java310 protected void onNewIntent(Intent intent) { method in class:CellBroadcastAlertFullScreen
314 Log.d(TAG, "onNewIntent called with message list of size " + newMessageList.size());
320 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 3337 milliseconds

12