/aosp14/frameworks/base/core/java/android/printservice/ |
H A D | PrintService.java | 284 mHandler = new ServiceHandler(base.getMainLooper()); in attachBaseContext() 401 mHandler.obtainMessage(ServiceHandler.MSG_START_PRINTER_DISCOVERY, in onBind() 407 mHandler.sendEmptyMessage(ServiceHandler.MSG_STOP_PRINTER_DISCOVERY); in onBind() 412 mHandler.obtainMessage(ServiceHandler.MSG_VALIDATE_PRINTERS, in onBind() 424 mHandler.obtainMessage(ServiceHandler.MSG_REQUEST_CUSTOM_PRINTER_ICON, in onBind() 430 mHandler.obtainMessage(ServiceHandler.MSG_STOP_PRINTER_STATE_TRACKING, in onBind() 436 mHandler.obtainMessage(ServiceHandler.MSG_SET_CLIENT, client) in onBind() 442 mHandler.obtainMessage(ServiceHandler.MSG_ON_REQUEST_CANCEL_PRINTJOB, in onBind() 448 mHandler.obtainMessage(ServiceHandler.MSG_ON_PRINTJOB_QUEUED, in onBind() 454 private final class ServiceHandler extends Handler { [all …]
|
/aosp14/frameworks/base/tests/ServiceCrashTest/src/com/android/tests/servicecrashtest/ |
H A D | CrashingService.java | 30 private ServiceHandler mServiceHandler; 35 private final class ServiceHandler extends Handler { class in CrashingService 36 public ServiceHandler(Looper looper) { in ServiceHandler() method in CrashingService.ServiceHandler 48 mServiceHandler = new ServiceHandler(Looper.getMainLooper()); in onCreate()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | IntentService.java | 66 private volatile ServiceHandler mServiceHandler; 70 private final class ServiceHandler extends Handler { class in IntentService 71 public ServiceHandler(Looper looper) { in ServiceHandler() method in IntentService.ServiceHandler 123 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()
|
H A D | InstantAppResolverService.java | 264 mHandler = new ServiceHandler(getLooper()); in attachBaseContext() 279 mHandler.obtainMessage(ServiceHandler.MSG_GET_INSTANT_APP_RESOLVE_INFO, sequence, in onBind() 292 mHandler.obtainMessage(ServiceHandler.MSG_GET_INSTANT_APP_INTENT_FILTER, args) in onBind() 323 private final class ServiceHandler extends Handler { 326 public ServiceHandler(Looper looper) {
|
/aosp14/frameworks/base/core/java/android/app/usage/ |
H A D | CacheQuotaService.java | 59 mHandler = new ServiceHandler(getMainLooper()); in onCreate() 81 Message msg = mHandler.obtainMessage(ServiceHandler.MSG_SEND_LIST, pair); in computeCacheQuotaHints() 86 private final class ServiceHandler extends Handler { class in CacheQuotaService 89 public ServiceHandler(Looper looper) { in ServiceHandler() method in CacheQuotaService.ServiceHandler
|
/aosp14/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
H A D | DisplaySourceService.java | 48 private final ServiceHandler mHandler; 61 mHandler = new ServiceHandler(); in DisplaySourceService() 155 private final class ServiceHandler extends Handler { class in DisplaySourceService
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | TvInputService.java | 153 private final Handler mServiceHandler = new ServiceHandler(); 191 mServiceHandler.obtainMessage(ServiceHandler.DO_CREATE_SESSION, in onBind() 205 mServiceHandler.obtainMessage(ServiceHandler.DO_CREATE_RECORDING_SESSION, args) in onBind() 226 mServiceHandler.obtainMessage(ServiceHandler.DO_ADD_HARDWARE_INPUT, in onBind() 232 mServiceHandler.obtainMessage(ServiceHandler.DO_REMOVE_HARDWARE_INPUT, in onBind() 238 mServiceHandler.obtainMessage(ServiceHandler.DO_ADD_HDMI_INPUT, in onBind() 244 mServiceHandler.obtainMessage(ServiceHandler.DO_REMOVE_HDMI_INPUT, in onBind() 250 mServiceHandler.obtainMessage(ServiceHandler.DO_UPDATE_HDMI_INPUT, in onBind() 2640 mServiceHandler.obtainMessage(ServiceHandler.DO_NOTIFY_SESSION_CREATED, 2722 private final class ServiceHandler extends Handler { class in TvInputService [all …]
|
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/ |
H A D | WearPackageInstallerService.java | 115 private final class ServiceHandler extends Handler { class in WearPackageInstallerService 116 public ServiceHandler(Looper looper) { in ServiceHandler() method in WearPackageInstallerService.ServiceHandler 131 private ServiceHandler mServiceHandler; 147 mServiceHandler = new ServiceHandler(thread.getLooper()); in onCreate()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | NetworkScoreService.java | 278 mHandler = new ServiceHandler(looper); in NetworkScoreService() 345 ServiceHandler.MSG_RECOMMENDATIONS_PACKAGE_CHANGED); in registerRecommendationSettingsObserver() 349 ServiceHandler.MSG_RECOMMENDATION_ENABLED_SETTING_CHANGED); in registerRecommendationSettingsObserver() 1039 public final class ServiceHandler extends Handler { class in NetworkScoreService 1043 public ServiceHandler(Looper looper) { in ServiceHandler() method in NetworkScoreService.ServiceHandler
|
/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | TvInteractiveAppService.java | 299 private final Handler mServiceHandler = new ServiceHandler(); 332 mServiceHandler.obtainMessage(ServiceHandler.DO_CREATE_SESSION, args) in onBind() 407 .obtainMessage(ServiceHandler.DO_NOTIFY_RTE_STATE_CHANGED, args).sendToTarget(); in notifyStateChanged() 2213 private final class ServiceHandler extends Handler { class in TvInteractiveAppService 2258 mServiceHandler.obtainMessage(ServiceHandler.DO_NOTIFY_SESSION_CREATED, in handleMessage()
|
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/ |
H A D | BugreportProgressService.java | 244 private ServiceHandler mServiceHandler; 281 mServiceHandler = new ServiceHandler("BugreportProgressServiceMainThread"); in onCreate() 515 private final class ServiceHandler extends Handler { class in BugreportProgressService 516 public ServiceHandler(String name) { in ServiceHandler() method in BugreportProgressService.ServiceHandler
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 548 android.app.InstantAppResolverService$ServiceHandler 556 android.app.IntentService$ServiceHandler 1238 android.app.usage.CacheQuotaService$ServiceHandler
|
H A D | boot-image-profile.txt | 2032 HSPLandroid/app/IntentService$ServiceHandler;-><init>(Landroid/app/IntentService;Landroid/os/Looper… 2033 HSPLandroid/app/IntentService$ServiceHandler;->handleMessage(Landroid/os/Message;)V 23328 Landroid/app/InstantAppResolverService$ServiceHandler; 23336 Landroid/app/IntentService$ServiceHandler; 24019 Landroid/app/usage/CacheQuotaService$ServiceHandler;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 548 android.app.InstantAppResolverService$ServiceHandler 556 android.app.IntentService$ServiceHandler 1238 android.app.usage.CacheQuotaService$ServiceHandler
|
H A D | boot-image-profile.txt | 2032 HSPLandroid/app/IntentService$ServiceHandler;-><init>(Landroid/app/IntentService;Landroid/os/Looper… 2033 HSPLandroid/app/IntentService$ServiceHandler;->handleMessage(Landroid/os/Message;)V 33431 Landroid/app/InstantAppResolverService$ServiceHandler; 33439 Landroid/app/IntentService$ServiceHandler; 34122 Landroid/app/usage/CacheQuotaService$ServiceHandler;
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 9189 Landroid/app/usage/CacheQuotaService$ServiceHandler;->MSG_SEND_LIST:I 31599 Landroid/media/tv/TvInputService$ServiceHandler;->DO_ADD_HARDWARE_INPUT:I 31600 Landroid/media/tv/TvInputService$ServiceHandler;->DO_ADD_HDMI_INPUT:I 31601 Landroid/media/tv/TvInputService$ServiceHandler;->DO_CREATE_RECORDING_SESSION:I 31602 Landroid/media/tv/TvInputService$ServiceHandler;->DO_CREATE_SESSION:I 31603 Landroid/media/tv/TvInputService$ServiceHandler;->DO_NOTIFY_SESSION_CREATED:I 31604 Landroid/media/tv/TvInputService$ServiceHandler;->DO_REMOVE_HARDWARE_INPUT:I 31605 Landroid/media/tv/TvInputService$ServiceHandler;->DO_REMOVE_HDMI_INPUT:I 41378 Landroid/printservice/PrintService$ServiceHandler;->MSG_ON_PRINTJOB_QUEUED:I 41381 Landroid/printservice/PrintService$ServiceHandler;->MSG_SET_CLIENT:I [all …]
|