OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AdbCommandRejectedException
(Results
1 - 3
of
3
) sorted by null
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AdbCommandRejectedException.java
23
public class
AdbCommandRejectedException
extends Exception {
28
AdbCommandRejectedException
(String message) {
34
AdbCommandRejectedException
(String message, boolean errorDuringDeviceSelection) {
AdbHelper.java
71
* @throws
AdbCommandRejectedException
if adb rejects the command
75
throws IOException, TimeoutException,
AdbCommandRejectedException
{
93
throw new
AdbCommandRejectedException
(resp.message);
117
* @throws
AdbCommandRejectedException
if adb rejects the command
122
throws TimeoutException,
AdbCommandRejectedException
, IOException {
140
throw new
AdbCommandRejectedException
(resp.message);
265
* @throws
AdbCommandRejectedException
if adb rejects the command
269
throws TimeoutException,
AdbCommandRejectedException
, IOException {
291
throw new
AdbCommandRejectedException
(resp.message);
352
* @throws
AdbCommandRejectedException
if adb rejects the comman
[
all
...]
/prebuilt/common/ddmlib/
ddmlib-prebuilt.jar
Completed in 22 milliseconds