Home
last modified time | relevance | path

Searched refs:onNewIntent (Results 1 – 25 of 45) sorted by relevance

12

/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackActivity.java62 protected void onNewIntent(Intent intent) { in onNewIntent() method in DvrPlaybackActivity
64 mOverlayFragment.onNewIntent(createProgramIntent(intent)); in onNewIntent()
/packages/apps/Camera2/src/com/android/camera/util/
DQuickActivity.java98 protected final void onNewIntent(Intent intent) { in onNewIntent() method in QuickActivity
102 super.onNewIntent(intent); in onNewIntent()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestDialerActivity.java74 protected void onNewIntent(Intent intent) { in onNewIntent() method in TestDialerActivity
75 super.onNewIntent(intent); in onNewIntent()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbHostManagementActivity.java141 public void onNewIntent(Intent intent) { in onNewIntent() method in UsbHostManagementActivity
142 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Car/Media/src/com/android/car/media/
DMediaActivity.java126 protected void onNewIntent(Intent intent) { in onNewIntent() method in MediaActivity
127 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Dialer/java/com/android/dialer/calldetails/
DCallDetailsActivity.java109 protected void onNewIntent(Intent intent) { in onNewIntent() method in CallDetailsActivity
110 super.onNewIntent(intent); in onNewIntent()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/
DUsbHostManagementActivity.java149 public void onNewIntent(Intent intent) { in onNewIntent() method in UsbHostManagementActivity
150 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Stk/src/com/android/stk/
DStkLauncherActivity.java80 protected void onNewIntent(Intent intent) { in onNewIntent() method in StkLauncherActivity
81 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Settings/src/com/android/settings/
DShowAdminSupportDetailsDialog.java73 public void onNewIntent(Intent intent) { in onNewIntent() method in ShowAdminSupportDetailsDialog
74 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java244 protected void onNewIntent(Intent intent) { in onNewIntent() method in InCallActivity
253 common.onNewIntent(intent, true /* isRecreating */); in onNewIntent()
257 common.onNewIntent(intent, false /* isRecreating */); in onNewIntent()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorActivity.java401 protected void onNewIntent(Intent intent) { in onNewIntent() method in ContactEditorActivity
402 super.onNewIntent(intent); in onNewIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DMailboxSelectionActivity.java163 public void onNewIntent(Intent intent) { in onNewIntent() method in MailboxSelectionActivity
164 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DPlayMessageActivity.java220 protected void onNewIntent(Intent intent) { in onNewIntent() method in PlayMessageActivity
221 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Car/Dialer/src/com/android/car/dialer/
DTelecomActivity.java124 protected void onNewIntent(Intent i) { in onNewIntent() method in TelecomActivity
125 super.onNewIntent(i); in onNewIntent()
/packages/apps/DeskClock/src/com/android/deskclock/
DDeskClock.java131 public void onNewIntent(Intent newIntent) { in onNewIntent() method in DeskClock
132 super.onNewIntent(newIntent); in onNewIntent()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrBrowseActivity.java43 protected void onNewIntent(Intent intent) { in onNewIntent() method in DvrBrowseActivity
/packages/apps/Browser2/src/org/chromium/webview_shell/
DTelemetryMemoryPressureActivity.java43 protected void onNewIntent(Intent intent) { in onNewIntent() method in TelemetryMemoryPressureActivity
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherCallbacks.java54 void onNewIntent(Intent intent); in onNewIntent() method
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DDialogSmsDisplay.java75 protected void onNewIntent(Intent intent) { in onNewIntent() method in DialogSmsDisplay
/packages/apps/Contacts/src/com/android/contacts/
DContactsActivity.java91 onNewIntent(callbackIntent); in onServiceCompleted()
DAppCompatContactsActivity.java92 onNewIntent(callbackIntent); in onServiceCompleted()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCallComposerActivity.java288 protected void onNewIntent(Intent intent) { in onNewIntent() method in CallComposerActivity
289 super.onNewIntent(intent); in onNewIntent()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DLauncherExtension.java77 public void onNewIntent(Intent intent) { in onNewIntent() method in LauncherExtension.LauncherExtensionCallbacks
/packages/apps/Tag/src/com/android/apps/tag/
DTagViewer.java110 public void onNewIntent(Intent intent) { in onNewIntent() method in TagViewer
/packages/apps/Messaging/src/com/android/messaging/ui/
DClassZeroActivity.java147 protected void onNewIntent(final Intent msgIntent) { in onNewIntent() method in ClassZeroActivity

12