/frameworks/base/core/java/android/app/ |
D | IntentService.java | 76 onHandleIntent((Intent)msg.obj); in handleMessage() 178 protected abstract void onHandleIntent(@Nullable Intent intent); in onHandleIntent() method in IntentService
|
/frameworks/base/location/java/android/location/ |
D | SettingInjectorService.java | 147 onHandleIntent(intent); in onStartCommand() 152 private void onHandleIntent(Intent intent) { in onHandleIntent() method in SettingInjectorService
|
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/content/ |
D | SimpleWakefulService.java | 31 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in SimpleWakefulService
|
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/ |
D | BandwidthEnforcementTestService.java | 55 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in BandwidthEnforcementTestService
|
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/ |
D | SystemAlarmDispatcher.java | 221 mCommandHandler.onHandleIntent(intent, startId, in processCommand()
|
D | CommandHandler.java | 156 void onHandleIntent( in onHandleIntent() method in CommandHandler
|
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
D | DefaultContainerService.java | 200 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in DefaultContainerService
|
/frameworks/base/cmds/statsd/tools/dogfood/src/com/android/statsd/dogfood/ |
D | MainActivity.java | 357 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in MainActivity.ReceiverIntentService
|
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
D | NotificationTests.java | 205 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in NotificationTests.ToastService
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4412 method protected abstract void onHandleIntent(android.content.Intent);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 3131 Landroid/app/IntentService;->onHandleIntent(Landroid/content/Intent;)V
|
D | boot-image-profile.txt | 14735 HSPLandroid/app/IntentService;->onHandleIntent(Landroid/content/Intent;)V
|
/frameworks/base/api/ |
D | current.txt | 5025 method protected abstract void onHandleIntent(android.content.Intent);
|