Searched refs:executeShellCommand (Results 1 – 14 of 14) sorted by relevance
69 device.executeShellCommand(buildIsServerRunningShellCommand(), in isViewServerRunning()87 device.executeShellCommand(buildStartServerShellCommand(port), in startViewServer()101 device.executeShellCommand(buildStopServerShellCommand(), in stopViewServer()
273 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() method in Device484 executeShellCommand(cmd, receiver); in installRemotePackage()494 executeShellCommand("rm " + remoteFilePath, new NullOutputReceiver()); in removeRemotePackage()507 executeShellCommand("pm uninstall " + packageName, receiver); in uninstallPackage()
180 public void executeShellCommand(String command, in executeShellCommand() method
678 mDevice.executeShellCommand(command, new MultiLineReceiver() { in getChildren()752 mDevice.executeShellCommand(command, receiver); in doLs()
420 device.executeShellCommand(GetPropReceiver.GETPROP_COMMAND, in queryNewDeviceForInfo()
63 device.executeShellCommand("am start" //$NON-NLS-1$ in doLaunchAction()
221 mRemoteDevice.executeShellCommand(runCaseCommandStr, mParser); in run()
127 public void executeShellCommand(String command, in executeShellCommand() method in RemoteAndroidTestRunnerTest.MockDevice
177 monkeyDevice.executeShellCommand(command, new NullOutputReceiver()); in initAdbConnection()252 monkeyDevice.executeShellCommand("am start -a android.intent.action.MAIN -n " in launch_activity()
250 mDevice.executeShellCommand(mCommand, this); in run()
156 getCurrentDevice().executeShellCommand( in loadFromDevice()
88 device.executeShellCommand("cat " + EVENT_TAG_MAP_FILE, //$NON-NLS-1$ in init()
523 device.executeShellCommand("logcat -v long", mCurrentLogCat); //$NON-NLS-1$ in startLogCat()1320 mCurrentLoggedDevice.executeShellCommand("ps", psor); //$NON-NLS-1$ in checkFilter()
569 mCurrentDevice.executeShellCommand(command, new IShellOutputReceiver() { in deleteSelection()