| /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
| D | IDevice.java | 159 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()
|
| D | ShellCommandUnresponsiveException.java | 25 public class ShellCommandUnresponsiveException extends Exception { class
|
| D | Device.java | 247 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()
|
| D | FileListingService.java | 736 AdbCommandRejectedException, ShellCommandUnresponsiveException, IOException { in getChildrenSync() 750 AdbCommandRejectedException, ShellCommandUnresponsiveException, IOException { in doLsAndThrow()
|
| D | AdbHelper.java | 361 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in executeRemoteCommand() 408 throw new ShellCommandUnresponsiveException(); in executeRemoteCommand()
|
| D | DeviceMonitor.java | 475 } catch (ShellCommandUnresponsiveException e) { in queryNewDeviceForInfo() 488 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in queryNewDeviceForMountingPoint()
|
| /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/ |
| D | IRemoteAndroidTestRunner.java | 21 import com.android.ddmlib.ShellCommandUnresponsiveException; 212 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in run() 228 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in run()
|
| D | RemoteAndroidTestRunner.java | 23 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/ |
| D | DeviceBridge.java | 24 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/ |
| D | ActivityLaunchAction.java | 21 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/ |
| D | RemoteAdtTestRunner.java | 20 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/ |
| D | CollectTraceAction.java | 24 import com.android.ddmlib.ShellCommandUnresponsiveException; 170 ShellCommandUnresponsiveException, IOException, InterruptedException { in startActivity()
|
| /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/ |
| D | DeviceBridge.java | 24 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/ |
| D | DeviceCommandDialog.java | 24 import com.android.ddmlib.ShellCommandUnresponsiveException; 269 } catch (ShellCommandUnresponsiveException e) { in run()
|
| /sdk/chimpchat/src/com/android/chimpchat/adb/ |
| D | AdbChimpDevice.java | 26 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/ |
| D | DeviceExplorer.java | 25 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/ |
| D | SysinfoPanel.java | 23 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/ |
| D | NdkGdbLaunchDelegate.java | 25 import com.android.ddmlib.ShellCommandUnresponsiveException; 445 throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, in getAppDirectory()
|
| /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/net/ |
| D | NetworkPanel.java | 23 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/ |
| D | LogPanel.java | 24 import com.android.ddmlib.ShellCommandUnresponsiveException; 1350 } catch (ShellCommandUnresponsiveException e) { in checkFilter()
|