ManagedTestDeviceFactory
public
class
ManagedTestDeviceFactory
extends Object
implements
IManagedTestDeviceFactory
java.lang.Object | |
↳ | com.android.tradefed.device.ManagedTestDeviceFactory |
Tf によってモニタリングできるさまざまな種類のデバイスを作成するファクトリ
概要
定数 | |
---|---|
int |
FRAMEWORK_CHECK_MAX_RETRY
|
long |
FRAMEWORK_CHECK_SLEEP_MS
|
フィールド | |
---|---|
protected
static
final
String |
CHECK_PM_CMD
|
protected
static
final
String |
EXPECTED_ERROR
|
protected
static
final
String |
EXPECTED_RES
|
public
static
final
String |
IPADDRESS_PATTERN
|
public
static
final
String |
NOTIFY_AS_NATIVE
|
protected
IDeviceMonitor |
mAllocationMonitor
|
protected
IDeviceManager |
mDeviceManager
|
protected
boolean |
mFastbootEnabled
|
パブリック コンストラクタ | |
---|---|
ManagedTestDeviceFactory(boolean fastbootEnabled, IDeviceManager deviceManager, IDeviceMonitor allocationMonitor)
|
パブリック メソッド | |
---|---|
IManagedTestDevice
|
createDevice(IDevice idevice)
渡された |
IManagedTestDevice
|
createRequestedDevice(IDevice idevice, IDeviceSelection options)
具体的には、仕様に一致するデバイスを作成する |
static
boolean
|
isTcpDeviceSerial(String serial)
リモート接続されたデバイスのシリアル番号の場合、デバイスへのヘルパー。 |
void
|
setFastbootEnabled(boolean enable)
作成したデバイスで fastboot のサポートを有効にするかどうかを指定します。 |
保護されたメソッド | |
---|---|
CollectingOutputReceiver
|
createOutputReceiver()
|
IRunUtil
|
getRunUtil()
デフォルトの |
boolean
|
isRemoteEnvironment()
現在リモート環境で実行している場合は、true を返します。 |
定数
Framework_CHECK_MAX_RETRY
protected static final int FRAMEWORK_CHECK_MAX_RETRY
定数値: 3 個 (0x00000003)。
Framework_CHECK_SLEEP_MS
protected static final long FRAMEWORK_CHECK_SLEEP_MS
定数値: 500 (0x00000000000001f4)
フィールド
CHECK_PM_CMD
protected static final String CHECK_PM_CMD
EXPECTED_ERROR(エラー メッセージ)
protected static final String EXPECTED_ERROR
EXPECTED_RES
protected static final String EXPECTED_RES
IPADDRESS_PATTERN
public static final String IPADDRESS_PATTERN
NOTIFY_AS_NATIVE
public static final String NOTIFY_AS_NATIVE
mFastbootEnabled
protected boolean mFastbootEnabled
パブリック コンストラクタ
ManagedTestDeviceFactory
public ManagedTestDeviceFactory (boolean fastbootEnabled, IDeviceManager deviceManager, IDeviceMonitor allocationMonitor)
パラメータ | |
---|---|
fastbootEnabled |
boolean |
deviceManager |
IDeviceManager |
allocationMonitor |
IDeviceMonitor |
パブリック メソッド
createDevice
public IManagedTestDevice createDevice (IDevice idevice)
渡された IDevice
に基づいて IManagedTestDevice
を作成します。
パラメータ | |
---|---|
idevice |
IDevice : 作成するデバイスのタイプを定義します。 |
戻り値 | |
---|---|
IManagedTestDevice |
IDevice に基づいて作成された IManagedTestDevice |
createRequestedDevice
public IManagedTestDevice createRequestedDevice (IDevice idevice, IDeviceSelection options)
具体的には、仕様に一致するデバイスを作成する
パラメータ | |
---|---|
idevice |
IDevice |
options |
IDeviceSelection |
戻り値 | |
---|---|
IManagedTestDevice |
isTcpDeviceSerial
public static boolean isTcpDeviceSerial (String serial)
リモート接続されたデバイスのシリアル番号の場合、デバイスへのヘルパー。TCP のシリアル形式
デバイスは
パラメータ | |
---|---|
serial |
String |
戻り値 | |
---|---|
boolean |
setFastbootEnabled
public void setFastbootEnabled (boolean enable)
作成したデバイスで fastboot のサポートを有効にするかどうかを指定します。
パラメータ | |
---|---|
enable |
boolean : サポートを設定する値。 |
保護されたメソッド
createOutputReceiver
protected CollectingOutputReceiver createOutputReceiver ()
CollectingOutputReceiver
を作成します。
戻り値 | |
---|---|
CollectingOutputReceiver |
isRemoteEnvironment
protected boolean isRemoteEnvironment ()
現在リモート環境で実行している場合は、true を返します。デバイスが変更されます 確認します。
戻り値 | |
---|---|
boolean |