آماده‌ساز پروفایل

public abstract class ProfileTargetPreparer
extends BaseTargetPreparer

شیء جاوا
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 canCreateAdditionalProfiles ( 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

روش‌های محافظت‌شده

canCreateAdditionalProfiles

protected boolean canCreateAdditionalProfiles (ITestDevice device, 
                int numberOfUsers)

بررسی می‌کند که آیا امکان ایجاد تعداد دلخواه کاربر وجود دارد یا خیر.

پارامترها
device ITestDevice

numberOfUsers int

بازگشت‌ها
boolean

پرتاب‌ها
DeviceNotAvailableException