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.java897 AsyncResult.forMessage(onComplete, null, getCommandException(e)); in sendErrorResponse()
906 AsyncResult.forMessage(onComplete, null, getCommandException(reasonInfo.getCode())); in sendErrorResponse()
912 CommandException getCommandException(int code) { in getCommandException() method in ImsPhone
933 CommandException getCommandException(Throwable e) { in getCommandException() method in ImsPhone
937 ex = getCommandException(((ImsException)e).getCode()); in getCommandException()
1132 ex = getCommandException(e); in sendResponse()