Home
last modified time | relevance | path

Searched defs:onHandleIntent (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/aosp_15_r20/cts/tests/tests/content/HelloWorldApp/src5/com/example/helloworld/
H A DTestService.java28 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in TestService
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature_warm/revision_a/src/com/android/cts/splitapp/revision_a/
H A DFeatureService.java28 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in FeatureService
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
H A DUnawareService.java31 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in UnawareService
H A DAwareService.java31 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in AwareService
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature_warm/src/com/android/cts/splitapp/
H A DFeatureService.java28 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in FeatureService
/aosp_15_r20/cts/tests/tests/content/HelloWorldApp/src_system_user_only/com/example/helloworld/
H A DTestService.java35 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in TestService
H A DSystemUserOnlyService.java35 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in SystemUserOnlyService
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/SimpleSmsApp/src/android/telephony/cts/sms/
H A DHeadlessSmsSendService.java37 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in HeadlessSmsSendService
/aosp_15_r20/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/notifier/
H A DNotifierService.java34 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in NotifierService
/aosp_15_r20/device/generic/goldfish/slim/FakeSystemApp/src/com/android/fakesystemapp/messaging/
DStubNoConfirmationSmsSendService.java28 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in StubNoConfirmationSmsSendService
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/
H A DHeadlessSmsSendService.java40 protected void onHandleIntent(@Nullable Intent intent) { in onHandleIntent() method in HeadlessSmsSendService
/aosp_15_r20/external/dagger2/javatests/dagger/android/support/functional/
H A DTestIntentService.java32 protected void onHandleIntent(Intent intent) {} in onHandleIntent() method in TestIntentService
/aosp_15_r20/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/service/
H A DRespondService.java37 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in RespondService
H A DMessagingService.java42 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in MessagingService
/aosp_15_r20/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/
H A DTelephonyProviderService.java34 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in TelephonyProviderService
/aosp_15_r20/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
H A DShortcutPublishingService.java43 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in ShortcutPublishingService
/aosp_15_r20/development/samples/ReceiveShareDemo/src/com/example/android/receiveshare/
H A DReceiveShareService.java38 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in ReceiveShareService
/aosp_15_r20/cts/hostsidetests/dumpsys/apps/ProcStatsHelperApp/src/com/android/server/cts/procstatshelper/
H A DProcStatsHelperServiceBase.java37 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in ProcStatsHelperServiceBase
/aosp_15_r20/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
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowIntentServiceTest.java31 protected void onHandleIntent(Intent intent) {} in onHandleIntent() method in ShadowIntentServiceTest.TestIntentService
/aosp_15_r20/packages/apps/Traceur/src/com/android/traceur/
DStopTraceService.java39 public void onHandleIntent(Intent intent) { in onHandleIntent() method in StopTraceService
/aosp_15_r20/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
H A DMediaButtonReceiverService.java42 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in MediaButtonReceiverService
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/interactions/
DContactUpdateService.java42 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in ContactUpdateService
/aosp_15_r20/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdCtsBackgroundService.java45 public void onHandleIntent(Intent intent) { in onHandleIntent() method in StatsdCtsBackgroundService
/aosp_15_r20/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/provider/
H A DUpdateComplicationDataService.java28 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in UpdateComplicationDataService

12345678910>>...15