DeviceOwnerTargetतैयारर
public
class
DeviceOwnerTargetPreparer
extends BaseTargetPreparer
implements
IConfigurationReceiver
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTarget रीमार्केटिंग | |
↳ | com.android.tradefed.targetprep.DeviceOwnerTarget पहुंचना |
ITargetPreparer
, जो डिवाइस के मालिक का कॉम्पोनेंट सेट अप करता है.
डिवाइस के मौजूदा मालिक के साथ-साथ प्रोफ़ाइल के मौजूदा मालिकों और सेकंडरी उपयोगकर्ताओं को डिवाइस के नए मालिक से पहले हटा दिया जाता है सेट है.
टियरडाउन करने पर, डिवाइस के मालिक को हटा दिया जाता है.
खास जानकारी
सार्वजनिक कंस्ट्रक्टर | |
---|---|
DeviceOwnerTargetPreparer()
|
सार्वजनिक तरीके | |
---|---|
void
|
setConfiguration(IConfiguration configuration)
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
सार्वजनिक कंस्ट्रक्टर
DeviceOwnerTargetतैयारर
public DeviceOwnerTargetPreparer ()
सार्वजनिक तरीके
सेट कॉन्फ़िगरेशन
public void setConfiguration (IConfiguration configuration)
IConfiguration
को इंजेक्ट करता है.
पैरामीटर | |
---|---|
configuration |
IConfiguration |
सेट अप
public void setUp (TestInformation testInfo)
पैरामीटर | |
---|---|
testInfo |
TestInformation |
थ्रो | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
टियरडाउन
public void tearDown (TestInformation testInfo, Throwable e)
पैरामीटर | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
थ्रो | |
---|---|
DeviceNotAvailableException |