Home
last modified time | relevance | path

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

12

/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/storage/
DSettingsStorageServiceTest.java82 mSettingsStorageServiceImplSpy.onHandleIntent(formatIntent); in testFormatAsPublic_success_fromPrivate()
112 mSettingsStorageServiceImplSpy.onHandleIntent(formatIntent); in testFormatAsPublic_success_fromNonPrivate()
139 mSettingsStorageServiceImplSpy.onHandleIntent(formatIntent); in testFormatAsPublic_failure()
171 mSettingsStorageServiceImplSpy.onHandleIntent(formatIntent); in testFormatAsPrivate_success()
198 mSettingsStorageServiceImplSpy.onHandleIntent(formatIntent); in testFormatAsPrivate_failure()
/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/Traceur/src/com/google/android/traceur/
DStopTraceService.java39 public void onHandleIntent(Intent intent) { in onHandleIntent() method in StopTraceService
58 super.onHandleIntent(intent); in onHandleIntent()
DTraceService.java82 public void onHandleIntent(Intent intent) { in onHandleIntent() method in TraceService
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCallComposerActivity.java204 onHandleIntent(getIntent()); in onCreate()
357 onHandleIntent(intent); in onNewIntent()
572 private void onHandleIntent(Intent intent) { in onHandleIntent() method in CallComposerActivity
/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
DDismissAlarmsService.java60 public void onHandleIntent(Intent intent) { in onHandleIntent() method in DismissAlarmsService
/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/service/
DAnomalyService.java37 protected void onHandleIntent(@Nullable Intent intent) { in onHandleIntent() method in AnomalyService
/packages/apps/Calendar/src/com/android/calendar/
DAsyncQueryServiceHelper.java53 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in AsyncQueryServiceHelper
/packages/services/Telephony/tests/src/com/android/phone/tests/
DSendInstantTextTestService.java46 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in SendInstantTextTestService
/packages/services/Telephony/testapps/SmsManagerTestApp/src/com/android/phone/testapps/smsmanagertestapp/
DSmsManagerTestService.java71 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in SmsManagerTestService
/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/providers/TvProvider/src/com/android/providers/tv/
DEpgDataCleanupService.java46 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in EpgDataCleanupService
/packages/apps/Dialer/java/com/android/dialer/configprovider/
DSharedPrefConfigProvider.java70 protected void onHandleIntent(@Nullable Intent intent) { in onHandleIntent() method in SharedPrefConfigProvider.Service
/packages/apps/UnifiedEmail/src/com/android/mail/
DNotificationActionIntentService.java90 protected void onHandleIntent(final Intent intent) { in onHandleIntent() method in NotificationActionIntentService
DMailIntentService.java68 protected void onHandleIntent(final Intent intent) { in onHandleIntent() method in MailIntentService
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DNoConfirmationSmsSendService.java55 protected void onHandleIntent(final Intent intent) { in onHandleIntent() method in NoConfirmationSmsSendService
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsService.java137 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in CallLogNotificationsService
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DSettingsStorageService.java79 protected void onHandleIntent(@Nullable Intent intent) { in onHandleIntent() method in SettingsStorageService.Impl
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastConfigService.java58 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in CellBroadcastConfigService
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaService.java67 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in MediaService
/packages/apps/MusicFX/src/com/android/musicfx/
DCompatibility.java124 protected void onHandleIntent(final Intent intent) { in onHandleIntent() method in Compatibility.Service

12