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

12

/packages/apps/Contacts/src/com/android/contacts/activities/
H A DGroupBrowserActivity.java42 protected void onNewIntent(Intent intent) { method in class:GroupBrowserActivity
H A DGroupEditorActivity.java117 protected void onNewIntent(Intent intent) { method in class:GroupEditorActivity
118 super.onNewIntent(intent);
H A DContactEditorActivity.java123 protected void onNewIntent(Intent intent) { method in class:ContactEditorActivity
124 super.onNewIntent(intent);
H A DDialtactsActivity.java740 public void onNewIntent(Intent newIntent) { method in class:DialtactsActivity
795 * @param intent The intent received in {@link #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/Calendar/src/com/android/calendar/
H A DEventInfoActivity.java145 protected void onNewIntent(Intent intent) { method in class:EventInfoActivity
147 // onNewIntent(Intent) is called, the Activity has not been restarted,
150 // inside onNewIntent(Intent) (just in case you call getIntent() at a
H A DSearchActivity.java268 protected void onNewIntent(Intent intent) { method in class:SearchActivity
270 // onNewIntent(Intent) is called, the Activity has not been restarted,
273 // inside onNewIntent(Intent) (just in case you call getIntent() at a
H A DAllInOneActivity.java247 protected void onNewIntent(Intent intent) { method in class:AllInOneActivity
/packages/apps/Contacts/src/com/android/contacts/
H A DContactsActivity.java91 onNewIntent(callbackIntent);
/packages/apps/Tag/src/com/android/apps/tag/
H A DTagViewer.java111 public void onNewIntent(Intent intent) { method in class:TagViewer
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmAlertFullScreen.java221 protected void onNewIntent(Intent intent) { method in class:AlarmAlertFullScreen
222 super.onNewIntent(intent);
H A DDeskClock.java377 public void onNewIntent(Intent newIntent) { method in class:DeskClock
378 super.onNewIntent(newIntent);
379 if (DEBUG) Log.d(LOG_TAG, "onNewIntent with intent: " + newIntent);
/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/Phone/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/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
H A DDialogSmsDisplayTests.java285 dialogSmsDisplayActivity.onNewIntent(di);
/packages/apps/Browser/src/com/android/browser/
H A DBrowserActivity.java92 protected void onNewIntent(Intent intent) { method in class:BrowserActivity
H A DIntentHandler.java68 void onNewIntent(Intent intent) { method in class:IntentHandler
H A DController.java348 mIntentHandler.onNewIntent(intent);
616 mIntentHandler.onNewIntent(intent);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastListActivity.java108 protected void onNewIntent(Intent intent) { method in class:CellBroadcastListActivity
/packages/apps/Settings/src/com/android/settings/
H A DSettings.java206 public void onNewIntent(Intent intent) { method in class:Settings
207 super.onNewIntent(intent);
/packages/apps/Mms/src/com/android/mms/ui/
H A DManageSimMessages.java100 protected void onNewIntent(Intent intent) { method in class:ManageSimMessages
H A DConversationList.java238 protected void onNewIntent(Intent intent) { method in class:ConversationList
259 // onNewIntent(), and when we delete threads or delete all in CMA or this activity.
/packages/apps/Browser/tests/src/com/android/browser/
H A DPopularUrlsTest.java479 mActivity.onNewIntent(intent);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchActivity.java73 // Measures time from for last onCreate()/onNewIntent() call.
78 // Whether QSB is starting. True between the calls to onCreate()/onNewIntent() and onResume().
187 protected void onNewIntent(Intent intent) { method in class:SearchActivity
188 if (DBG) Log.d(TAG, "onNewIntent()");

Completed in 449 milliseconds

12