Home
last modified time | relevance | path

Searched refs:onHandleIntent (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/Dialer/java/com/android/dialer/calldetails/
DCallDetailsActivity.java69 onHandleIntent(getIntent()); in onCreate()
75 onHandleIntent(intent); in onNewIntent()
78 private void onHandleIntent(Intent intent) { in onHandleIntent() method in CallDetailsActivity
/packages/apps/Email/provider_src/com/android/email/
DEmailIntentService.java36 protected void onHandleIntent(final Intent intent) { in onHandleIntent() method in EmailIntentService
37 super.onHandleIntent(intent); in onHandleIntent()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCallComposerActivity.java171 onHandleIntent(getIntent()); in onCreate()
252 onHandleIntent(intent); in onNewIntent()
453 private void onHandleIntent(Intent intent) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DEmlTempFileDeletionService.java38 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in EmlTempFileDeletionService
/packages/apps/Dialer/java/com/android/dialer/interactions/
DContactUpdateService.java42 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in ContactUpdateService
/packages/apps/Calendar/src/com/android/calendar/alerts/
DInitAlarmsService.java47 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in InitAlarmsService
DSnoozeAlarmsService.java49 public void onHandleIntent(Intent intent) { in onHandleIntent() method in SnoozeAlarmsService
DDismissAlarmsService.java60 public void onHandleIntent(Intent intent) { in onHandleIntent() method in DismissAlarmsService
/packages/services/Telephony/tests/src/com/android/phone/tests/
DSendInstantTextTestService.java46 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in SendInstantTextTestService
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DToastService.java49 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in ToastService
DUpdateService.java43 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in UpdateService
DPhoneService.java53 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in PhoneService
DProgressService.java77 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in ProgressService
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPackagesMonitor.java49 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in PackagesMonitor.AsyncService
/packages/apps/Dialer/java/com/android/contacts/common/location/
DUpdateCountryService.java56 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in UpdateCountryService
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DQueryService.java55 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in QueryService
DPhoneNumberTestService.java58 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in PhoneNumberTestService
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsService.java107 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in CallLogNotificationsService
/packages/providers/TvProvider/src/com/android/providers/tv/
DEpgDataCleanupService.java46 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in EpgDataCleanupService
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DBackgroundWorkerService.java109 protected void onHandleIntent(final Intent intent) { in onHandleIntent() method in BackgroundWorkerService
/packages/apps/UnifiedEmail/src/com/android/mail/
DMailIntentService.java68 protected void onHandleIntent(final Intent intent) { in onHandleIntent() method in MailIntentService
DNotificationActionIntentService.java90 protected void onHandleIntent(final Intent intent) { in onHandleIntent() method in NotificationActionIntentService
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DNoConfirmationSmsSendService.java55 protected void onHandleIntent(final Intent intent) { in onHandleIntent() method in NoConfirmationSmsSendService
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DSettingsStorageService.java76 protected void onHandleIntent(@Nullable Intent intent) { in onHandleIntent() method in SettingsStorageService.Impl
/packages/apps/MusicFX/src/com/android/musicfx/
DCompatibility.java117 protected void onHandleIntent(final Intent intent) { in onHandleIntent() method in Compatibility.Service

12