FastbootCommandPreparer

public final class FastbootCommandPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.FastbootCommandPreparer


टारगेट तैयार करने वाला टूल, जो fastboot को ट्रिगर करता है और fastboot निर्देश भेजता है.

खास जानकारी

सार्वजनिक कंस्ट्रक्टर

FastbootCommandPreparer()

सार्वजनिक तरीके

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

सार्वजनिक कंस्ट्रक्टर

FastbootCommandPreparer

public FastbootCommandPreparer ()

सार्वजनिक तरीके

setUp

public void setUp (TestInformation testInformation)

पैरामीटर
testInformation TestInformation

थ्रो
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

पैरामीटर
testInformation TestInformation

e Throwable

थ्रो
DeviceNotAvailableException