Searched refs:HardwarePropertiesManager (Results 1 – 11 of 11) 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
33 this(HardwarePropertiesManager.UNDEFINED_TEMPERATURE, in Temperature()
30 import android.os.HardwarePropertiesManager;73 private HardwarePropertiesManager mHardwarePropertiesManager;104 mHardwarePropertiesManager = (HardwarePropertiesManager) in start()374 HardwarePropertiesManager.DEVICE_TEMPERATURE_SKIN, in initTemperatureWarning()375 HardwarePropertiesManager.TEMPERATURE_SHUTDOWN); in initTemperatureWarning()378 || throttlingTemps[0] == HardwarePropertiesManager.UNDEFINED_TEMPERATURE) { in initTemperatureWarning()425 HardwarePropertiesManager.DEVICE_TEMPERATURE_SKIN, in updateTemperatureWarning()426 HardwarePropertiesManager.TEMPERATURE_CURRENT); in updateTemperatureWarning()
17 import static android.os.HardwarePropertiesManager.DEVICE_TEMPERATURE_SKIN;18 import static android.os.HardwarePropertiesManager.TEMPERATURE_CURRENT;19 import static android.os.HardwarePropertiesManager.TEMPERATURE_SHUTDOWN;33 import android.os.HardwarePropertiesManager;69 private HardwarePropertiesManager mHardProps;80 mHardProps = mock(HardwarePropertiesManager.class); in setup()
110 import android.os.HardwarePropertiesManager;883 registerService(Context.HARDWARE_PROPERTIES_SERVICE, HardwarePropertiesManager.class, in registerService()884 new CachedServiceFetcher<HardwarePropertiesManager>() { in registerService()886 … public HardwarePropertiesManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()890 return new HardwarePropertiesManager(ctx, service); in registerService()
60 // They are primarily used by android/os/HardwarePropertiesManager.java.
2453 android.os.HardwarePropertiesManager
30957 Landroid/os/HardwarePropertiesManager;30958 Landroid/os/HardwarePropertiesManager;->DEVICE_TEMPERATURE_BATTERY:I30959 Landroid/os/HardwarePropertiesManager;->DEVICE_TEMPERATURE_CPU:I30960 Landroid/os/HardwarePropertiesManager;->DEVICE_TEMPERATURE_GPU:I30961 Landroid/os/HardwarePropertiesManager;->DEVICE_TEMPERATURE_SKIN:I30962 Landroid/os/HardwarePropertiesManager;->getCpuUsages()[Landroid/os/CpuUsageInfo;30963 Landroid/os/HardwarePropertiesManager;->getDeviceTemperatures(II)[F30964 Landroid/os/HardwarePropertiesManager;->getFanSpeeds()[F30965 Landroid/os/HardwarePropertiesManager;->TEMPERATURE_CURRENT:I30966 Landroid/os/HardwarePropertiesManager;->TEMPERATURE_SHUTDOWN:I[all …]
15391 …ServiceRegistry$81;->createService(Landroid/app/ContextImpl;)Landroid/os/HardwarePropertiesManager;27545 HSPLandroid/os/HardwarePropertiesManager;->getDeviceTemperatures(II)[F57087 Landroid/os/HardwarePropertiesManager;
32569 public class HardwarePropertiesManager {