Searched refs:HardwarePropertiesManager (Results 1 – 8 of 8) sorted by relevance
19 import static android.os.HardwarePropertiesManager.DEVICE_TEMPERATURE_BATTERY;20 import static android.os.HardwarePropertiesManager.DEVICE_TEMPERATURE_CPU;21 import static android.os.HardwarePropertiesManager.DEVICE_TEMPERATURE_GPU;22 import static android.os.HardwarePropertiesManager.DEVICE_TEMPERATURE_SKIN;23 import static android.os.HardwarePropertiesManager.TEMPERATURE_CURRENT;24 import static android.os.HardwarePropertiesManager.TEMPERATURE_SHUTDOWN;25 import static android.os.HardwarePropertiesManager.TEMPERATURE_THROTTLING;26 import static android.os.HardwarePropertiesManager.TEMPERATURE_THROTTLING_BELOW_VR_MIN;
33 public class HardwarePropertiesManager { class35 private static final String TAG = HardwarePropertiesManager.class.getSimpleName();102 public HardwarePropertiesManager(Context context, IHardwarePropertiesManager service) { in HardwarePropertiesManager() method in HardwarePropertiesManager
135 import android.os.HardwarePropertiesManager;1049 registerService(Context.HARDWARE_PROPERTIES_SERVICE, HardwarePropertiesManager.class, in registerService()1050 new CachedServiceFetcher<HardwarePropertiesManager>() { in registerService()1052 … public HardwarePropertiesManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()1056 return new HardwarePropertiesManager(ctx, service); in registerService()
61 // They are primarily used by android/os/HardwarePropertiesManager.java.
2770 android.os.HardwarePropertiesManager
53518 Landroid/os/HardwarePropertiesManager$DeviceTemperatureType;53519 Landroid/os/HardwarePropertiesManager$TemperatureSource;53520 Landroid/os/HardwarePropertiesManager;-><init>(Landroid/content/Context;Landroid/os/IHardwareProper…53521 Landroid/os/HardwarePropertiesManager;->mContext:Landroid/content/Context;53522 Landroid/os/HardwarePropertiesManager;->mService:Landroid/os/IHardwarePropertiesManager;53523 Landroid/os/HardwarePropertiesManager;->TAG:Ljava/lang/String;
35216 Landroid/os/HardwarePropertiesManager;
34560 public class HardwarePropertiesManager {