Searched defs:onNewIntent (Results 1 - 25 of 42) 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/TV/src/com/android/tv/dvr/ui/browse/
H A DDvrBrowseActivity.java43 protected void onNewIntent(Intent intent) { method in class:DvrBrowseActivity
/packages/apps/Tag/src/com/android/apps/tag/
H A DTagViewer.java110 public void onNewIntent(Intent intent) { method in class:TagViewer
/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.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/Settings/src/com/android/settings/
H A DShowAdminSupportDetailsDialog.java73 public void onNewIntent(Intent intent) { method in class:ShowAdminSupportDetailsDialog
74 super.onNewIntent(intent);
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
H A DDvrPlaybackActivity.java62 protected void onNewIntent(Intent intent) { method in class:DvrPlaybackActivity
64 mOverlayFragment.onNewIntent(createProgramIntent(intent));
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestDialerActivity.java74 protected void onNewIntent(Intent intent) { method in class:TestDialerActivity
75 super.onNewIntent(intent);
/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/Car/Dialer/src/com/android/car/dialer/
H A DContactSearchActivity.java126 protected void onNewIntent(Intent intent) { method in class:ContactSearchActivity
H A DTelecomActivity.java124 protected void onNewIntent(Intent i) { method in class:TelecomActivity
125 super.onNewIntent(i);
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
H A DLensPickerActivity.java124 protected void onNewIntent(Intent intent) { method in class:LensPickerActivity
/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaActivity.java126 protected void onNewIntent(Intent intent) { method in class:MediaActivity
127 super.onNewIntent(intent);
129 Log.v(TAG, "onNewIntent(); intent: " + (intent == null ? "<< NULL >>" : intent));
/packages/apps/Dialer/java/com/android/dialer/calldetails/
H A DCallDetailsActivity.java109 protected void onNewIntent(Intent intent) { method in class:CallDetailsActivity
110 super.onNewIntent(intent);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DClassZeroActivity.java147 protected void onNewIntent(final Intent msgIntent) { method in class:ClassZeroActivity
/packages/apps/Stk/src/com/android/stk/
H A DStkDialogActivity.java253 protected void onNewIntent(Intent intent) { method in class:StkDialogActivity
254 CatLog.d(LOG_TAG, "onNewIntent - updating the same Dialog box");
H A DStkLauncherActivity.java80 protected void onNewIntent(Intent intent) { method in class:StkLauncherActivity
81 super.onNewIntent(intent);
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DUsbHostManagementActivity.java141 public void onNewIntent(Intent intent) { method in class:UsbHostManagementActivity
142 super.onNewIntent(intent);
/packages/services/Telephony/src/com/android/phone/
H A DCallFeaturesSetting.java388 protected void onNewIntent(Intent newIntent) { method in class:CallFeaturesSetting
/packages/apps/Car/Messenger/src/com/android/car/messenger/
H A DPlayMessageActivity.java220 protected void onNewIntent(Intent intent) { method in class:PlayMessageActivity
221 super.onNewIntent(intent);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertDialog.java384 protected void onNewIntent(Intent intent) { method in class:CellBroadcastAlertDialog
393 Log.d(TAG, "onNewIntent called with message list of size " + newMessageList.size());
398 Log.e(TAG, "onNewIntent called without SMS_CB_MESSAGE_EXTRA, ignoring");
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherCallbacks.java54 void onNewIntent(Intent intent); method in interface:LauncherCallbacks
/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DLauncherExtension.java77 public void onNewIntent(Intent intent) { method in class:LauncherExtension.LauncherExtensionCallbacks
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/
H A DUsbHostManagementActivity.java149 public void onNewIntent(Intent intent) { method in class:UsbHostManagementActivity
150 super.onNewIntent(intent);

Completed in 625 milliseconds

12