Home
last modified time | relevance | path

Searched refs:THERMAL_SERVICE (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java535 ServiceManager.getService(Context.THERMAL_SERVICE)); in doSkinThermalEventListenerRegistration()
570 ServiceManager.getService(Context.THERMAL_SERVICE)); in doUsbThermalEventListenerRegistration()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DHighBrightnessModeController.java643 ServiceManager.getService(Context.THERMAL_SERVICE)); in getThermalService()
H A DDisplayModeDirector.java2725 ServiceManager.getService(Context.THERMAL_SERVICE)); in getThermalService()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundDexOptService.java120 ServiceManager.getService(Context.THERMAL_SERVICE));
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DThermalManagerService.java126 publishBinderService(Context.THERMAL_SERVICE, mService); in onStart()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java5300 public static final String THERMAL_SERVICE = "thermalservice"; field in Context
/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java591 IBinder thermalBinder = ServiceManager.getServiceOrThrow(Context.THERMAL_SERVICE); in registerService()
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java1012 ServiceManager.getService(Context.THERMAL_SERVICE)); in getIThermalService()