ProfilHedef Hazırlayıcı

public abstract class ProfileTargetPreparer
extends BaseTargetPreparer

Java.lang.Nesne
🎃 com.android.tradefed.targetprep.BaseTargetPreparer
  🎃 com.android.tradefed.targetprep.ProfileTargetPreparer


Herhangi bir profil kullanıcısı (android.os.usertype.profile.XXX) için hedef hazırlayıcının ayarlanmasına yönelik temel sınıf.

Özet

Herkese açık yöntemler

void setUp(TestInformation testInfo)
void tearDown(TestInformation testInfo, Throwable e)

Korunan yöntemler

boolean canCreateAdditionalUsers(ITestDevice device, int numberOfUsers)

İstenen sayıda kullanıcı oluşturmanın mümkün olup olmadığını kontrol eder.

Herkese açık yöntemler

kur

public void setUp (TestInformation testInfo)

Parametreler
testInfo TestInformation

Fırlatma
DeviceNotAvailableException
TargetSetupError

Sökme

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parametreler
testInfo TestInformation

e Throwable

Fırlatma
DeviceNotAvailableException

Korunan yöntemler

EkKullanıcılar

protected boolean canCreateAdditionalUsers (ITestDevice device, 
                int numberOfUsers)

İstenen sayıda kullanıcı oluşturmanın mümkün olup olmadığını kontrol eder.

Parametreler
device ITestDevice

numberOfUsers int

İlerlemeler
boolean

Fırlatma
DeviceNotAvailableException