Home
last modified time | relevance | path

Searched refs:executeShellCommand (Results 1 – 14 of 14) sorted by relevance

/development/tools/hierarchyviewer/src/com/android/hierarchyviewer/device/
DDeviceBridge.java69 device.executeShellCommand(buildIsServerRunningShellCommand(), in isViewServerRunning()
87 device.executeShellCommand(buildStartServerShellCommand(port), in startViewServer()
101 device.executeShellCommand(buildStopServerShellCommand(), in stopViewServer()
/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/
DDevice.java273 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() method in Device
484 executeShellCommand(cmd, receiver); in installRemotePackage()
494 executeShellCommand("rm " + remoteFilePath, new NullOutputReceiver()); in removeRemotePackage()
507 executeShellCommand("pm uninstall " + packageName, receiver); in uninstallPackage()
DIDevice.java180 public void executeShellCommand(String command, in executeShellCommand() method
DFileListingService.java678 mDevice.executeShellCommand(command, new MultiLineReceiver() { in getChildren()
752 mDevice.executeShellCommand(command, receiver); in doLs()
DDeviceMonitor.java420 device.executeShellCommand(GetPropReceiver.GETPROP_COMMAND, in queryNewDeviceForInfo()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DActivityLaunchAction.java63 device.executeShellCommand("am start" //$NON-NLS-1$ in doLaunchAction()
/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
DRemoteAndroidTestRunner.java221 mRemoteDevice.executeShellCommand(runCaseCommandStr, mParser); in run()
/development/tools/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/
DRemoteAndroidTestRunnerTest.java127 public void executeShellCommand(String command, in executeShellCommand() method in RemoteAndroidTestRunnerTest.MockDevice
/development/tools/monkeyrunner/src/com/android/monkeyrunner/
DMonkeyRunner.java177 monkeyDevice.executeShellCommand(command, new NullOutputReceiver()); in initAdbConnection()
252 monkeyDevice.executeShellCommand("am start -a android.intent.action.MAIN -n " in launch_activity()
/development/tools/ddms/app/src/com/android/ddms/
DDeviceCommandDialog.java250 mDevice.executeShellCommand(mCommand, this); in run()
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DSysinfoPanel.java156 getCurrentDevice().executeShellCommand( in loadFromDevice()
/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/log/
DEventLogParser.java88 device.executeShellCommand("cat " + EVENT_TAG_MAP_FILE, //$NON-NLS-1$ in init()
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
DLogPanel.java523 device.executeShellCommand("logcat -v long", mCurrentLogCat); //$NON-NLS-1$ in startLogCat()
1320 mCurrentLoggedDevice.executeShellCommand("ps", psor); //$NON-NLS-1$ in checkFilter()
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DDeviceExplorer.java569 mCurrentDevice.executeShellCommand(command, new IShellOutputReceiver() { in deleteSelection()