Home
last modified time | relevance | path

Searched refs:ShellCommandUnresponsiveException (Results 1 – 20 of 20) sorted by relevance

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DIDevice.java159 AdbCommandRejectedException, ShellCommandUnresponsiveException, IOException; in getPropertySync()
175 AdbCommandRejectedException, ShellCommandUnresponsiveException, IOException; in getPropertyCacheOrSync()
280 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in executeShellCommand()
312 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in executeShellCommand()
508 AdbCommandRejectedException, IOException, ShellCommandUnresponsiveException; in getBatteryLevel()
521 AdbCommandRejectedException, IOException, ShellCommandUnresponsiveException; in getBatteryLevel()
DShellCommandUnresponsiveException.java25 public class ShellCommandUnresponsiveException extends Exception { class
DDevice.java247 AdbCommandRejectedException, ShellCommandUnresponsiveException, IOException { in getPropertyCacheOrSync()
260 AdbCommandRejectedException, ShellCommandUnresponsiveException, IOException { in getPropertySync()
387 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in executeShellCommand()
396 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in executeShellCommand()
718 } catch (ShellCommandUnresponsiveException e) { in installRemotePackage()
735 } catch (ShellCommandUnresponsiveException e) { in removeRemotePackage()
750 } catch (ShellCommandUnresponsiveException e) { in uninstallPackage()
769 IOException, ShellCommandUnresponsiveException { in getBatteryLevel()
776 AdbCommandRejectedException, IOException, ShellCommandUnresponsiveException { in getBatteryLevel()
DFileListingService.java736 AdbCommandRejectedException, ShellCommandUnresponsiveException, IOException { in getChildrenSync()
750 AdbCommandRejectedException, ShellCommandUnresponsiveException, IOException { in doLsAndThrow()
DAdbHelper.java361 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in executeRemoteCommand()
408 throw new ShellCommandUnresponsiveException(); in executeRemoteCommand()
DDeviceMonitor.java475 } catch (ShellCommandUnresponsiveException e) { in queryNewDeviceForInfo()
488 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in queryNewDeviceForMountingPoint()
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
DIRemoteAndroidTestRunner.java21 import com.android.ddmlib.ShellCommandUnresponsiveException;
212 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in run()
228 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in run()
DRemoteAndroidTestRunner.java23 import com.android.ddmlib.ShellCommandUnresponsiveException;
242 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in run()
252 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in run()
269 } catch (ShellCommandUnresponsiveException e) { in run()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DDeviceBridge.java24 import com.android.ddmlib.ShellCommandUnresponsiveException;
83 } catch (ShellCommandUnresponsiveException e) { in isViewServerRunning()
107 } catch (ShellCommandUnresponsiveException e) { in startViewServer()
127 } catch (ShellCommandUnresponsiveException e) { in stopViewServer()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DActivityLaunchAction.java21 import com.android.ddmlib.ShellCommandUnresponsiveException;
91 } catch (ShellCommandUnresponsiveException e) { in doLaunchAction()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
DRemoteAdtTestRunner.java20 import com.android.ddmlib.ShellCommandUnresponsiveException;
155 } catch (ShellCommandUnresponsiveException e) { in runTests()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DCollectTraceAction.java24 import com.android.ddmlib.ShellCommandUnresponsiveException;
170 ShellCommandUnresponsiveException, IOException, InterruptedException { in startActivity()
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DDeviceBridge.java24 import com.android.ddmlib.ShellCommandUnresponsiveException;
210 } catch (ShellCommandUnresponsiveException e) { in isViewServerRunning()
234 } catch (ShellCommandUnresponsiveException e) { in startViewServer()
253 } catch (ShellCommandUnresponsiveException e) { in stopViewServer()
/sdk/ddms/app/src/com/android/ddms/
DDeviceCommandDialog.java24 import com.android.ddmlib.ShellCommandUnresponsiveException;
269 } catch (ShellCommandUnresponsiveException e) { in run()
/sdk/chimpchat/src/com/android/chimpchat/adb/
DAdbChimpDevice.java26 import com.android.ddmlib.ShellCommandUnresponsiveException;
112 } catch (ShellCommandUnresponsiveException e) { in executeAsyncCommand()
273 } catch (ShellCommandUnresponsiveException e) { in shell()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DDeviceExplorer.java25 import com.android.ddmlib.ShellCommandUnresponsiveException;
630 } catch (ShellCommandUnresponsiveException e) { in deleteSelection()
704 } catch (ShellCommandUnresponsiveException e) { in createNewFolderInSelection()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DSysinfoPanel.java23 import com.android.ddmlib.ShellCommandUnresponsiveException;
167 } catch (ShellCommandUnresponsiveException e) { in loadFromDevice()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java25 import com.android.ddmlib.ShellCommandUnresponsiveException;
445 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in getAppDirectory()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/net/
DNetworkPanel.java23 import com.android.ddmlib.ShellCommandUnresponsiveException;
567 } catch (ShellCommandUnresponsiveException e) { in clientSelected()
635 } catch (ShellCommandUnresponsiveException e) { in performSample()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
DLogPanel.java24 import com.android.ddmlib.ShellCommandUnresponsiveException;
1350 } catch (ShellCommandUnresponsiveException e) { in checkFilter()