Searched refs:ThermalManagerService (Results 1 – 7 of 7) sorted by relevance
52 import com.android.server.power.ThermalManagerService.ThermalHalWrapper;77 private ThermalManagerService mService;218 mService = new ThermalManagerService(mContext, mFakeHal); in setUp()382 mService = new ThermalManagerService(mContext); in testNoHal()411 ThermalManagerService.MIN_FORECAST_SEC - 1))); in testGetThermalHeadroomInputRange()413 ThermalManagerService.MAX_FORECAST_SEC + 1))); in testGetThermalHeadroomInputRange()418 ThermalManagerService.TemperatureWatcher watcher = mService.mTemperatureWatcher; in testTemperatureWatcherUpdateSevereThresholds()430 ThermalManagerService.TemperatureWatcher watcher = mService.mTemperatureWatcher; in testTemperatureWatcherGetSlopeOf()440 ThermalManagerService.TemperatureWatcher watcher = mService.mTemperatureWatcher; in testTemperatureWatcherNormalizeTemperature()452 ThermalManagerService.TemperatureWatcher watcher = mService.mTemperatureWatcher; in testTemperatureWatcherGetForecast()[all …]
5 per-file ThermalManagerService.java=wvw@google.com
77 public class ThermalManagerService extends SystemService { class78 private static final String TAG = ThermalManagerService.class.getSimpleName();124 public ThermalManagerService(Context context) { in ThermalManagerService() method in ThermalManagerService129 ThermalManagerService(Context context, @Nullable ThermalHalWrapper halWrapper) { in ThermalManagerService() method in ThermalManagerService
52 private ThermalManagerService.ThermalHalWrapper.TemperatureChangedCallback mTemperatureCallback;53 private ThermalManagerService.ThermalHalAidlWrapper mAidlWrapper;64 mAidlWrapper = new ThermalManagerService.ThermalHalAidlWrapper(mTemperatureCallback); in setUp()
44 # ThermalManagerService.java
186 import com.android.server.power.ThermalManagerService;1189 mSystemServiceManager.startService(ThermalManagerService.class); in startBootstrapServices()
9146 HSPLcom/android/server/power/ThermalManagerService$1;-><init>(Lcom/android/server/power/ThermalMana…9150 …SPLcom/android/server/power/ThermalManagerService$TemperatureWatcher;-><init>(Lcom/android/server/…9153 HSPLcom/android/server/power/ThermalManagerService;-><clinit>()V9155 …com/android/server/power/ThermalManagerService;-><init>(Landroid/content/Context;Lcom/android/serv…9156 HSPLcom/android/server/power/ThermalManagerService;->onBootPhase(I)V9157 HSPLcom/android/server/power/ThermalManagerService;->onStart()V13472 Lcom/android/server/power/ThermalManagerService$1;13473 Lcom/android/server/power/ThermalManagerService$TemperatureWatcher;13474 Lcom/android/server/power/ThermalManagerService$ThermalHal10Wrapper;13478 Lcom/android/server/power/ThermalManagerService$ThermalHalWrapper;[all …]