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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmInboundSmsHandler.java165 mPhone.mCi.acknowledgeLastIncomingGsmSms(success, resultToCause(result), response);
189 private static int resultToCause(int rc) { method in class:GsmInboundSmsHandler
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java202 int causeCode = resultToCause(result);
229 private static int resultToCause(int rc) { method in class:CdmaInboundSmsHandler

Completed in 59 milliseconds