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

12

/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 DContactEditorActivity.java123 protected void onNewIntent(Intent intent) { method in class:ContactEditorActivity
124 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/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/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 DStkMenuActivity.java95 protected void onNewIntent(Intent intent) { method in class:StkMenuActivity
96 super.onNewIntent(intent);
98 CatLog.d(this, "onNewIntent");
/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/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.java165 public void onNewIntent(Intent intent) { method in class:MailboxSelectionActivity
166 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.java66 void onNewIntent(Intent intent) { method in class:IntentHandler
/packages/apps/Mms/src/com/android/mms/ui/
H A DClassZeroActivity.java130 protected void onNewIntent(Intent msgIntent) { method in class:ClassZeroActivity
H A DManageSimMessages.java103 protected void onNewIntent(Intent intent) { method in class:ManageSimMessages
/packages/apps/DeskClock/src/com/android/deskclock/
H A DDeskClock.java98 public void onNewIntent(Intent newIntent) { method in class:DeskClock
99 super.onNewIntent(newIntent);
100 if (DEBUG) Log.d(LOG_TAG, "onNewIntent with intent: " + newIntent);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertFullScreen.java309 protected void onNewIntent(Intent intent) { method in class:CellBroadcastAlertFullScreen
313 Log.d(TAG, "onNewIntent called with message list of size " + newMessageList.size());
319 Log.e(TAG, "onNewIntent called without SMS_CB_MESSAGE_EXTRA, ignoring");
/packages/apps/InCallUI/src/com/android/incallui/
H A DInCallActivity.java54 /** Use to pass 'showDialpad' from {@link #onNewIntent} to {@link #onResume} */
171 protected void onNewIntent(Intent intent) { method in class:InCallActivity
172 Log.d(this, "onNewIntent: intent = " + intent);
/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()");
/packages/apps/Mms/src/com/android/mms/transaction/
H A DTransactionService.java203 public void onNewIntent(Intent intent, int serviceId) { method in class:TransactionService
215 Log.v(TAG, "onNewIntent: serviceId: " + serviceId + ": " + intent.getExtras() +
231 Log.v(TAG, "onNewIntent: cursor.count=" + count + " action=" + action);
236 Log.v(TAG, "onNewIntent: no pending messages. Stopping service.");
251 Log.v(TAG, "onNewIntent: msgType=" + msgType + " transactionType=" +
272 Log.v(TAG, "onNewIntent: failureType=" + failureType +
281 Log.v(TAG, "onNewIntent: skipping - autodownload off");
291 Log.v(TAG, "onNewIntent: skipping - permanent error");
296 Log.v(TAG, "onNewIntent: falling through and processing");
307 Log.v(TAG, "onNewIntent
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DSettings.java413 public void onNewIntent(Intent intent) { method in class:Settings
414 super.onNewIntent(intent);
/packages/apps/Dialer/src/com/android/dialer/
H A DDialtactsActivity.java693 public void onNewIntent(Intent newIntent) { method in class:DialtactsActivity
745 * @param intent The intent received in {@link #onNewIntent(Intent)}

Completed in 881 milliseconds

12