HomeSort by relevance Sort by last modified time
    Searched defs:publishBinderService (Results 51 - 66 of 66) sorted by null

1 23

  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayManagerService.java 340 publishBinderService(Context.DISPLAY_SERVICE, new BinderService(),
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiControlService.java 410 publishBinderService(Context.HDMI_CONTROL_SERVICE, new BinderService());
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 146 publishBinderService(Context.TV_INPUT_SERVICE, new BinderService());
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 148 publishBinderService(Context.WALLPAPER_SERVICE, mService);
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 556 publishBinderService(Context.BACKUP_SERVICE, sInstance);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
DeviceIdleController.java     [all...]
AlarmManagerService.java     [all...]
InputMethodManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 159 publishBinderService(Context.ACCOUNT_SERVICE, mService);
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java 571 publishBinderService(Context.SHORTCUT_SERVICE, mService);
    [all...]
UserManagerService.java 459 publishBinderService(Context.USER_SERVICE, mUms);
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
PowerManagerService.java 710 publishBinderService(Context.POWER_SERVICE, new BinderService());
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 669 publishBinderService(Context.AUDIO_SERVICE, mService);
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 588 publishBinderService(Context.DEVICE_POLICY_SERVICE, mService);
    [all...]

Completed in 388 milliseconds

1 23