Searched defs:getCommandException (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1091 AsyncResult.forMessage(onComplete, null, getCommandException(e));
1096 private CommandException getCommandException(int code, String errorString) { method in class:ImsPhone
1097 logd("getCommandException code= " + code + ", errorString= " + errorString);
1132 private CommandException getCommandException(Throwable e) { method in class:ImsPhone
1136 ex = getCommandException(((ImsException)e).getCode(), e.getMessage());
1138 logd("getCommandException generic failure");
1353 ex = getCommandException(e);

Completed in 57 milliseconds