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
156 import android.os.HardwarePropertiesManager;1056 registerService(Context.HARDWARE_PROPERTIES_SERVICE, HardwarePropertiesManager.class, in registerService()1057 new CachedServiceFetcher<HardwarePropertiesManager>() { in registerService()1059 … public HardwarePropertiesManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()1063 return new HardwarePropertiesManager(ctx, service); in registerService()
85 // They are primarily used by android/os/HardwarePropertiesManager.java.
5440 android.os.HardwarePropertiesManager
28779 Landroid/os/HardwarePropertiesManager;
5438 android.os.HardwarePropertiesManager
38416 Landroid/os/HardwarePropertiesManager;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
39415 Landroid/os/HardwarePropertiesManager;-><init>(Landroid/content/Context;Landroid/os/IHardwareProper…39416 Landroid/os/HardwarePropertiesManager;->mContext:Landroid/content/Context;39417 Landroid/os/HardwarePropertiesManager;->mService:Landroid/os/IHardwarePropertiesManager;39418 Landroid/os/HardwarePropertiesManager;->TAG:Ljava/lang/String;
31272 public class HardwarePropertiesManager {