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

12

/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
H A DTestDialerActivity.java37 protected void onNewIntent(Intent intent) { method in class:TestDialerActivity
38 super.onNewIntent(intent);
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerAlertFullScreen.java120 protected void onNewIntent(Intent intent) { method in class:TimerAlertFullScreen
125 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.java133 protected void onNewIntent(Intent intent) { method in class:ContactEditorActivity
134 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/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/Stk/src/com/android/stk/
H A DStkMenuActivity.java99 protected void onNewIntent(Intent intent) { method in class:StkMenuActivity
100 super.onNewIntent(intent);
102 CatLog.d(this, "onNewIntent");
/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.java66 void onNewIntent(Intent intent) { method in class:IntentHandler
/packages/apps/Mms/src/com/android/mms/ui/
H A DClassZeroActivity.java129 protected void onNewIntent(Intent msgIntent) { method in class:ClassZeroActivity
H A DManageSimMessages.java122 protected void onNewIntent(Intent intent) { method in class:ManageSimMessages
/packages/apps/DeskClock/src/com/android/deskclock/
H A DDeskClock.java136 public void onNewIntent(Intent newIntent) { method in class:DeskClock
137 super.onNewIntent(newIntent);
138 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/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");
296 Log.v(TAG, "onNewIntent: skipping - permanent error");
301 Log.v(TAG, "onNewIntent: falling through and processing");
312 Log.v(TAG, "onNewIntent
[all...]
/packages/apps/InCallUI/src/com/android/incallui/
H A DInCallActivity.java74 /** Use to pass 'showDialpad' from {@link #onNewIntent} to {@link #onResume} */
281 protected void onNewIntent(Intent intent) { method in class:InCallActivity
282 Log.d(this, "onNewIntent: intent = " + intent);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DAddAccessoryActivity.java318 public void onNewIntent(Intent intent) { method in class:AddAccessoryActivity

Completed in 5261 milliseconds

12