バッテリー温度

public class BatteryTemperature
extends Object

java.lang.Object
   ↳ com.android.tradefed.device.BatteryTemperature


概要

パブリック コンストラクタ

BatteryTemperature()

パブリック メソッド

Integer getBatteryTemperature(IDevice device)

デバイスのバッテリーの温度(摂氏)を取得します。

パブリック コンストラクタ

バッテリー温度

public BatteryTemperature ()

パブリック メソッド

getBatteryTemperature

public Integer getBatteryTemperature (IDevice device)

デバイスのバッテリーの温度(摂氏)を取得します。

TODO: ddmlib IDevice#getBatteryTemperature() として実装する

パラメータ
device IDevice

戻り値
Integer デバイスの温度(摂氏)。使用できない場合、戻り値は 0 です。