YerelAndroidSanalCihaz

public class LocalAndroidVirtualDevice
extends RemoteAndroidDevice implements ITestLoggerReceiver

Java.lang.Nesne
🎃 com.android.tradefed.device.NativeDevice
  🎃 com.android.tradefed.device.TestDevice
    🎃 com.android.tradefed.device.RemoteAndroidDevice
      🎃 com.android.tradefed.device.LocalAndroidVirtualDevice


TradeFed ana makinesinde çalışan yerel sanal cihazlara yönelik sınıf.

Özet

Kamu inşaatçıları

LocalAndroidVirtualDevice(IDevice device, IDeviceStateMonitor stateMonitor, IDeviceMonitor allocationMonitor)

Herkese açık yöntemler

boolean adbTcpConnect(String host, String port)
boolean adbTcpDisconnect(String host, String port)
void postInvocationTearDown(Throwable exception)

Genel sökme işlemini uygulayın ve sanal cihazı durdurun.

void preInvocationSetup(IBuildInfo info, MultiMap<String, String> attributes)

Ortak kurulum prosedürünü yürütün ve sanal cihazı başlatın.

void setTestLogger(ITestLogger testLogger)

ITestLogger örneğini ekler

void shutdown()

Cihazı kapatın.

Kamu inşaatçıları

YerelAndroidSanalCihaz

public LocalAndroidVirtualDevice (IDevice device, 
                IDeviceStateMonitor stateMonitor, 
                IDeviceMonitor allocationMonitor)

Parametreler
device IDevice

stateMonitor IDeviceStateMonitor

allocationMonitor IDeviceMonitor

Herkese açık yöntemler

adbTcpConnect

public boolean adbTcpConnect (String host, 
                String port)

Parametreler
host String

port String

İlerlemeler
boolean

adbTcpBağlantıyı Kaldır

public boolean adbTcpDisconnect (String host, 
                String port)

Parametreler
host String

port String

İlerlemeler
boolean

PostInvocationTearDown

public void postInvocationTearDown (Throwable exception)

Genel sökme işlemini uygulayın ve sanal cihazı durdurun.

Parametreler
exception Throwable: Varsa, çağrı hatasının bildirdiği son istisna.

PreInvocationKurulum

public void preInvocationSetup (IBuildInfo info, 
                MultiMap<String, String> attributes)

Ortak kurulum prosedürünü yürütün ve sanal cihazı başlatın.

Parametreler
info IBuildInfo: Cihazın IBuildInfo öğesi.

attributes MultiMap: Çağrı bağlamında depolanan özellikler

Fırlatma
DeviceNotAvailableException
TargetSetupError

setTestLogger

public void setTestLogger (ITestLogger testLogger)

ITestLogger örneğini ekler

Parametreler
testLogger ITestLogger

kapatmak

public void shutdown ()

Cihazı kapatın.