Searched refs:ThermalService (Results 1 – 3 of 3) sorted by relevance
22 * IThermalCallback connects vendor code to the framework binder ThermalService.26 * Send a thermal throttling start/stop event to all ThermalService
38 startService(new Intent(this, ThermalService.class)); in onCreate()
66 public class ThermalService extends Service { class67 private static final String TAG = ThermalService.class.getSimpleName();484 public ThermalService() { in ThermalService() method in ThermalService