HomeSort by relevance Sort by last modified time
    Searched refs:getDeviceTemperatures (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/os/
IHardwarePropertiesManager.aidl 25 float[] getDeviceTemperatures(String callingPackage, int type, int source);
HardwarePropertiesManager.java 115 public @NonNull float[] getDeviceTemperatures(@DeviceTemperatureType int type,
128 return mService.getDeviceTemperatures(mContext.getOpPackageName(), type,
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
VrTemperatureTest.java 77 float[] cpuTemps = hm.getDeviceTemperatures(
80 float[] cpuThrottlingThresholds = hm.getDeviceTemperatures(
83 float[] cpuShutdownThresholds = hm.getDeviceTemperatures(
87 float[] gpuTemps = hm.getDeviceTemperatures(
90 float[] gpuThrottlingThresholds = hm.getDeviceTemperatures(
93 float[] gpuShutdownThresholds = hm.getDeviceTemperatures(
97 float[] batteryTemps = hm.getDeviceTemperatures(
100 float[] batteryThrottlingThresholds = hm.getDeviceTemperatures(
103 float[] batteryShutdownThresholds = hm.getDeviceTemperatures(
107 float[] skinTemps = hm.getDeviceTemperatures(
    [all...]
HardwarePropertiesManagerTest.java 113 float[] cpuTemps = hm.getDeviceTemperatures(
116 float[] cpuThrottlingThresholds = hm.getDeviceTemperatures(
119 float[] cpuShutdownThresholds = hm.getDeviceTemperatures(
123 float[] gpuTemps = hm.getDeviceTemperatures(
126 float[] gpuThrottlingThresholds = hm.getDeviceTemperatures(
129 float[] gpuShutdownThresholds = hm.getDeviceTemperatures(
133 float[] batteryTemps = hm.getDeviceTemperatures(
136 float[] batteryThrottlingThresholds = hm.getDeviceTemperatures(
139 float[] batteryShutdownThresholds = hm.getDeviceTemperatures(
143 float[] skinTemps = hm.getDeviceTemperatures(
    [all...]
  /frameworks/base/services/core/java/com/android/server/
HardwarePropertiesManagerService.java 53 public float[] getDeviceTemperatures(String callingPackage, int type, int source)
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 602 milliseconds