ProfileTargetPreparer

public abstract class ProfileTargetPreparer
extends BaseTargetPreparer

JavaScript.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
  com.android.tradefed.targetprep.ProfileTargetPreparer


מחלקה בסיסית להגדרת כלי להכנת יעדים לכל משתמש בפרופיל android.os.usertype.profile.XXX.

סיכום

שיטות ציבוריות

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

שיטות מוגנות

boolean canCreateAdditionalUsers(ITestDevice device, int numberOfUsers)

הפונקציה בודקת אם אפשר ליצור את מספר המשתמשים הרצוי.

שיטות ציבוריות

הגדרה

public void setUp (TestInformation testInfo)

פרמטרים
testInfo TestInformation

קליעות
DeviceNotAvailableException
TargetSetupError

פירעון

public void tearDown (TestInformation testInfo, 
                Throwable e)

פרמטרים
testInfo TestInformation

e Throwable

קליעות
DeviceNotAvailableException

שיטות מוגנות

canCreateAdditionalUsers

protected boolean canCreateAdditionalUsers (ITestDevice device, 
                int numberOfUsers)

הפונקציה בודקת אם אפשר ליצור את מספר המשתמשים הרצוי.

פרמטרים
device ITestDevice

numberOfUsers int

החזרות
boolean

קליעות
DeviceNotAvailableException