Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1411 AsyncResult.forMessage(onComplete, null, getCommandException(e)); in sendErrorResponse()
1416 private CommandException getCommandException(int code, String errorString) { in getCommandException() method in ImsPhone
1452 private CommandException getCommandException(Throwable e) { in getCommandException() method in ImsPhone
1456 ex = getCommandException(((ImsException)e).getCode(), e.getMessage()); in getCommandException()
1715 ex = getCommandException(e); in sendResponse()