NullDevice

public class NullDevice
extends StubDevice

java.lang.Object
   ↳ com.android.tradefed.device.StubDevice
     ↳ com.android.tradefed.device.NullDevice


DeviceManagerIDeviceSelection.nullDeviceRequested()true 時用來分配的預留位置 IDevice

摘要

欄位

public static final String TEMP_NULL_DEVICE_PREFIX

自動建立的空值裝置命名模式

公用建構函式

NullDevice(String serial)
NullDevice(String serial, boolean isTemporary)

公用方法

final boolean isTemporary()

如果裝置是為了呼叫而暫時建立,且應在之後刪除,則傳回 true。

欄位

TEMP_NULL_DEVICE_PREFIX

public static final String TEMP_NULL_DEVICE_PREFIX

自動建立的空值裝置命名模式

公用建構函式

NullDevice

public NullDevice (String serial)

參數
serial String

NullDevice

public NullDevice (String serial, 
                boolean isTemporary)

參數
serial String

isTemporary boolean

公用方法

isTemporary

public final boolean isTemporary ()

如果裝置是為了呼叫而臨時建立,且應在之後刪除,則傳回 true。

傳回
boolean