Home | History | Annotate | Download | only in backup

Lines Matching refs:transport

36  * Enables backup before all the tests and selects local transport.
45 @Option(name="select-local-transport", description=
46 "Select local transport before all the tests and return to the original transport "
76 // Enable backup and select local backup transport
86 CLog.i("Selecting local transport on %s", mDevice.getSerialNumber());
88 CLog.d("Old transport : %s", mOldTransport);
105 CLog.i("Returning selected transport to it's previous value on %s",
114 private boolean hasBackupTransport(String transport) throws DeviceNotAvailableException {
117 if (transport.equals(t.trim())) {
141 private String setBackupTransport(String transport) throws DeviceNotAvailableException {
142 String output = mDevice.executeShellCommand("bmgr transport " + transport);
148 throw new RuntimeException("non-parsable output setting bmgr transport: " + output);