Home | History | Annotate | Download | only in testtype

Lines Matching refs:mDevice

47     private ITestDevice mDevice;
79 if (!mDevice.pushFile(nativeExe, devicePath.toString())) {
87 if (mDevice.doesFileExist(remoteFilePath)) {
97 mDevice.executeShellCommand(String.format("mkdir %s", remoteFilePath));
98 return mDevice.doesFileExist(remoteFilePath);
107 CLog.v("Running gtest %s %s on %s", fullPath, flags, mDevice.getSerialNumber());
109 CLog.v("%s", mDevice.executeShellCommand(String.format("chmod 755 %s", fullPath)));
112 mDevice.executeShellCommand(String.format("%s %s", fullPath, flags), resultParser,
132 mDevice = device;
137 return mDevice;