Home
last modified time | relevance | path

Searched refs:IDeviceFlasher (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java32 import com.android.tradefed.targetprep.IDeviceFlasher.UserDataFlashOption;
208 IDeviceFlasher flasher = createFlasher(device); in setUp()
333 protected abstract IDeviceFlasher createFlasher(ITestDevice device) in createFlasher()
344 private void preEncryptDevice(ITestDevice device, IDeviceFlasher flasher) in preEncryptDevice()
404 private void postEncryptDevice(ITestDevice device, IDeviceFlasher flasher) in postEncryptDevice()
DFastbootUpdateBootstrapPreparer.java25 import com.android.tradefed.targetprep.IDeviceFlasher.UserDataFlashOption;
107 protected IDeviceFlasher createFlasher(ITestDevice device) throws DeviceNotAvailableException { in createFlasher()
DIDeviceFlasher.java29 public interface IDeviceFlasher { interface
DFastbootDeviceFlasher.java48 public class FastbootDeviceFlasher implements IDeviceFlasher {
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDeviceFlashPreparerTest.java38 import com.android.tradefed.targetprep.IDeviceFlasher.UserDataFlashOption;
57 private IDeviceFlasher mMockFlasher;
69 mMockFlasher = EasyMock.createMock(IDeviceFlasher.class); in setUp()
80 protected IDeviceFlasher createFlasher(ITestDevice device) { in setUp()
DGkiDeviceFlashPreparerTest.java55 private IDeviceFlasher mMockFlasher;
DGsiDeviceFlashPreparerTest.java55 private IDeviceFlasher mMockFlasher;
DFastbootDeviceFlasherTest.java27 import com.android.tradefed.targetprep.IDeviceFlasher.UserDataFlashOption;
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DSystemUpdaterDeviceFlasher.java37 public class SystemUpdaterDeviceFlasher implements IDeviceFlasher {
/tools/tradefederation/contrib/src/com/android/fastboot/tests/
DFastbootTest.java34 import com.android.tradefed.targetprep.IDeviceFlasher.UserDataFlashOption;