Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DResultException.java41 case TERMINAL_CRNTLY_UNABLE_TO_PROCESS: // 0x20 in ResultException()
DResultCode.java107 TERMINAL_CRNTLY_UNABLE_TO_PROCESS(0x20), enumConstant
DCatService.java557 result = ResultCode.TERMINAL_CRNTLY_UNABLE_TO_PROCESS; in handleCommand()
702 ResultCode.TERMINAL_CRNTLY_UNABLE_TO_PROCESS, false,
1181 case TERMINAL_CRNTLY_UNABLE_TO_PROCESS: in handleCmdResponse()
1206 if (resMsg.mResCode == ResultCode.TERMINAL_CRNTLY_UNABLE_TO_PROCESS) { in handleCmdResponse()