ProfileTargetPreparer

public abstract class ProfileTargetPreparer
extends BaseTargetPreparer

java.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 canCreateAdditionalProfiles(ITestDevice device, int numberOfUsers)

ตรวจสอบว่าสร้างผู้ใช้ตามจำนวนที่ต้องการได้หรือไม่

เมธอดสาธารณะ

setUp

public void setUp (TestInformation testInfo)

พารามิเตอร์
testInfo TestInformation

ส่ง
DeviceNotAvailableException
TargetSetupError

tearDown

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