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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java76 protected void handleStatusReport(Object o) { method in class:CdmaSMSDispatcher
81 Rlog.e(TAG, "handleStatusReport() called for object type " + o.getClass().getName());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java97 handleStatusReport((AsyncResult) msg.obj);
121 private void handleStatusReport(AsyncResult ar) { method in class:GsmSMSDispatcher
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java253 protected void handleStatusReport(Object o) { method in class:SMSDispatcher
254 Rlog.d(TAG, "handleStatusReport() called with no subclass.");
325 handleStatusReport(msg.obj);

Completed in 61 milliseconds