Home | History | Annotate | Download | only in tests

Lines Matching defs:mDevice

44     private ITestDevice mDevice = null;
54 mDevice = device;
64 File prop = mDevice.pullFile("/data/local.prop");
65 mDevice.rebootIntoBootloader();
66 mDevice.fastbootWipePartition(USERDATA_PARTITION);
67 mDevice.rebootUntilOnline();
69 mDevice.pushFile(prop, "/data/local.prop");
70 mDevice.executeShellCommand("chmod 644 /data/local.prop");
71 mDevice.reboot();
84 mDevice.remountSystemWritable();
86 mDevice.executeShellCommand(cmd);
88 mDevice.reboot();
90 mDevice.waitForDeviceAvailable();
191 String res = mDevice.executeShellCommand(cmd);
218 String res = mDevice.executeShellCommand(cmd);
244 String result = mDevice.installPackage(localFile, replace, extraArgs);
255 mDevice.executeShellCommand("stop");
265 mDevice.executeShellCommand("setprop dev.bootcomplete 0");
266 mDevice.executeShellCommand("start");
267 mDevice.waitForDeviceAvailable();
290 mDevice.remountSystemWritable();
292 mDevice.pushFile(localFile, deviceFilePath);
303 return mDevice.pullFile(PACKAGE_XML_FILE);