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

  /frameworks/base/core/java/android/os/
IHardwarePropertiesManager.aidl 25 float[] getDeviceTemperatures(String callingPackage, int type, int source);
HardwarePropertiesManager.java 123 public @NonNull float[] getDeviceTemperatures(@DeviceTemperatureType int type,
136 return mService.getDeviceTemperatures(mContext.getOpPackageName(), type,
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
VrTemperatureTest.java 88 float[] cpuTemps = hm.getDeviceTemperatures(
91 float[] cpuThrottlingThresholds = hm.getDeviceTemperatures(
94 float[] cpuShutdownThresholds = hm.getDeviceTemperatures(
98 float[] gpuTemps = hm.getDeviceTemperatures(
101 float[] gpuThrottlingThresholds = hm.getDeviceTemperatures(
104 float[] gpuShutdownThresholds = hm.getDeviceTemperatures(
108 float[] batteryTemps = hm.getDeviceTemperatures(
111 float[] batteryThrottlingThresholds = hm.getDeviceTemperatures(
114 float[] batteryShutdownThresholds = hm.getDeviceTemperatures(
118 float[] skinTemps = hm.getDeviceTemperatures(
    [all...]
HardwarePropertiesManagerTest.java 124 float[] cpuTemps = hm.getDeviceTemperatures(
127 float[] cpuThrottlingThresholds = hm.getDeviceTemperatures(
130 float[] cpuShutdownThresholds = hm.getDeviceTemperatures(
134 float[] gpuTemps = hm.getDeviceTemperatures(
137 float[] gpuThrottlingThresholds = hm.getDeviceTemperatures(
140 float[] gpuShutdownThresholds = hm.getDeviceTemperatures(
144 float[] batteryTemps = hm.getDeviceTemperatures(
147 float[] batteryThrottlingThresholds = hm.getDeviceTemperatures(
150 float[] batteryShutdownThresholds = hm.getDeviceTemperatures(
154 float[] skinTemps = hm.getDeviceTemperatures(
    [all...]
  /frameworks/base/services/core/java/com/android/server/
HardwarePropertiesManagerService.java 73 public float[] getDeviceTemperatures(String callingPackage, int type, int source)
124 pw.println(typeLabel + subLabel + Arrays.toString(getDeviceTemperatures(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 373 float[] throttlingTemps = mHardwarePropertiesManager.getDeviceTemperatures(
424 float[] temps = mHardwarePropertiesManager.getDeviceTemperatures(
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
PowerUITest.java 145 when(mHardProps.getDeviceTemperatures(DEVICE_TEMPERATURE_SKIN, TEMPERATURE_SHUTDOWN))
453 when(mHardProps.getDeviceTemperatures(DEVICE_TEMPERATURE_SKIN, TEMPERATURE_CURRENT))
  /compatibility/cdd/7_hardware-compatibility/
7_9_virtual-reality.md 61 * [C-1-13] MUST support `HardwarePropertiesManager.getDeviceTemperatures` API
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 231 milliseconds