OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDeviceFlasher
(Results
1 - 7
of
7
) sorted by null
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
IDeviceFlasher.java
29
public interface
IDeviceFlasher
{
DeviceFlashPreparer.java
30
import com.android.tradefed.targetprep.
IDeviceFlasher
.UserDataFlashOption;
185
IDeviceFlasher
flasher = createFlasher(device);
300
* Create {@link
IDeviceFlasher
} to use. Subclasses can override
303
protected abstract
IDeviceFlasher
createFlasher(ITestDevice device)
309
* @see #postEncryptDevice(ITestDevice,
IDeviceFlasher
)
314
private void preEncryptDevice(ITestDevice device,
IDeviceFlasher
flasher)
369
* @see #preEncryptDevice(ITestDevice,
IDeviceFlasher
)
374
private void postEncryptDevice(ITestDevice device,
IDeviceFlasher
flasher)
SystemUpdaterDeviceFlasher.java
33
* A {@link
IDeviceFlasher
} that relies on the system updater to install a
37
public class SystemUpdaterDeviceFlasher implements
IDeviceFlasher
{
132
* This implementation only supports {@link
IDeviceFlasher
.UserDataFlashOption#TESTS_ZIP}
133
* and {@link
IDeviceFlasher
.UserDataFlashOption#RETAIN} as a valid options
FastbootDeviceFlasher.java
48
public class FastbootDeviceFlasher implements
IDeviceFlasher
{
[
all
...]
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DeviceFlashPreparerTest.java
35
import com.android.tradefed.targetprep.
IDeviceFlasher
.UserDataFlashOption;
54
private
IDeviceFlasher
mMockFlasher;
65
mMockFlasher = EasyMock.createMock(
IDeviceFlasher
.class);
76
protected
IDeviceFlasher
createFlasher(ITestDevice device) {
FastbootDeviceFlasherTest.java
25
import com.android.tradefed.targetprep.
IDeviceFlasher
.UserDataFlashOption;
/tools/tradefederation/core/prod-tests/src/com/android/fastboot/tests/
FastbootTest.java
33
import com.android.tradefed.targetprep.
IDeviceFlasher
.UserDataFlashOption;
Completed in 144 milliseconds