Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/storage/
H A 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()
/aosp12/packages/apps/Traceur/src/com/android/traceur/
H A DStopTraceService.java41 public void onHandleIntent(Intent intent) { in onHandleIntent() method in StopTraceService
74 super.onHandleIntent(intent); in onHandleIntent()
H A DTraceService.java109 public void onHandleIntent(Intent intent) { in onHandleIntent() method in TraceService
/aosp12/frameworks/base/core/java/android/app/
H A DIntentService.java78 onHandleIntent((Intent)msg.obj); in handleMessage()
180 protected abstract void onHandleIntent(@Nullable Intent intent); in onHandleIntent() method in IntentService
/aosp12/frameworks/base/location/java/android/location/
H A DSettingInjectorService.java158 onHandleIntent(intent); in onStartCommand()
163 private void onHandleIntent(Intent intent) { in onHandleIntent() method in SettingInjectorService
/aosp12/packages/apps/Dialer/java/com/android/dialer/interactions/
H A DContactUpdateService.java42 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in ContactUpdateService
/aosp12/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/service/
H A DAnomalyService.java37 protected void onHandleIntent(@Nullable Intent intent) { in onHandleIntent() method in AnomalyService
/aosp12/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DInitAlarmsService.java47 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in InitAlarmsService
H A DDismissAlarmsService.java60 public void onHandleIntent(Intent intent) { in onHandleIntent() method in DismissAlarmsService
/aosp12/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
H A DStatsdCtsBackgroundService.java45 public void onHandleIntent(Intent intent) { in onHandleIntent() method in StatsdCtsBackgroundService
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DAsyncQueryServiceHelper.java53 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in AsyncQueryServiceHelper
/aosp12/packages/services/Telephony/tests/src/com/android/phone/tests/
H A DSendInstantTextTestService.java46 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in SendInstantTextTestService
/aosp12/packages/services/Telephony/testapps/SmsManagerTestApp/src/com/android/phone/testapps/smsmanagertestapp/
H A DSmsManagerTestService.java71 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in SmsManagerTestService
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DQueryService.java55 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in QueryService
H A DPhoneNumberTestService.java58 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in PhoneNumberTestService
/aosp12/packages/providers/TvProvider/src/com/android/providers/tv/
H A DEpgDataCleanupService.java46 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in EpgDataCleanupService
/aosp12/packages/apps/Dialer/java/com/android/dialer/configprovider/
H A DSharedPrefConfigProvider.java70 protected void onHandleIntent(@Nullable Intent intent) { in onHandleIntent() method in SharedPrefConfigProvider.Service
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DNoConfirmationSmsSendService.java55 protected void onHandleIntent(final Intent intent) { in onHandleIntent() method in NoConfirmationSmsSendService
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/
H A DCallComposerActivity.java204 onHandleIntent(getIntent()); in onCreate()
357 onHandleIntent(intent); in onNewIntent()
572 private void onHandleIntent(Intent intent) { in onHandleIntent() method in CallComposerActivity
/aosp12/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
H A DBandwidthEnforcementTestService.java55 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in BandwidthEnforcementTestService
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogNotificationsService.java137 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in CallLogNotificationsService
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DSettingsStorageService.java79 protected void onHandleIntent(@Nullable Intent intent) { in onHandleIntent() method in SettingsStorageService.Impl
/aosp12/packages/apps/MusicFX/src/com/android/musicfx/
H A DCompatibility.java124 protected void onHandleIntent(final Intent intent) { in onHandleIntent() method in Compatibility.Service
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/
H A DPrepareUpdateService.java126 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in PrepareUpdateService
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastConfigService.java69 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in CellBroadcastConfigService

12