CompanionAllocator
public
abstract
class
CompanionAllocator
extends BaseTargetPreparer
Java.lang.Nesne | ||
🎃 | com.android.tradefed.targetprep.BaseTargetPreparer | |
🎃 | com.android.tradefed.targetprep.tamamlayıcı.CompanionAllocator |
Tamamlayıcı cihaz tahsis etmeyi ve serbest bırakmayı sağlayan temel sınıf
Ölçütleri açıklamak için getCompanionDeviceSelectionOptions()
uygulanmalıdır
tamamlayıcı cihazı ayırmak için gereken
Özet
Kamu inşaatçıları | |
---|---|
CompanionAllocator()
|
Herkese açık yöntemler | |
---|---|
void
|
setUp(ITestDevice device, IBuildInfo buildInfo)
Cihazı ayarlar. |
void
|
tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e)
|
Korunan yöntemler | |
---|---|
abstract
DeviceSelectionOptions
|
getCompanionDeviceSelectionOptions()
Tamamlayıcı cihaz için |
Kamu inşaatçıları
CompanionAllocator
public CompanionAllocator ()
Herkese açık yöntemler
kur
public void setUp (ITestDevice device, IBuildInfo buildInfo)
Cihazı ayarlar.
Bu yöntemin dahili olarak uygulanması, bir tamamlayıcı cihaz isteğinde bulunur ve bu cihazı tahsis eder.
Parametreler | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
Fırlatma | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Sökme
public void tearDown (ITestDevice device, IBuildInfo buildInfo, Throwable e)
Parametreler | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
e |
Throwable |
Fırlatma | |
---|---|
DeviceNotAvailableException |
Korunan yöntemler
getCompanionDeviceSelectionOptions
protected abstract DeviceSelectionOptions getCompanionDeviceSelectionOptions ()
Tamamlayıcı cihaz için DeviceSelectionOptions
hakkında bilgi verin
İlerlemeler | |
---|---|
DeviceSelectionOptions |