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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java72 protected void handleStatusReport(Object o) { method in class:CdmaSMSDispatcher
77 Rlog.e(TAG, "handleStatusReport() called for object type " + o.getClass().getName());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java94 handleStatusReport((AsyncResult) msg.obj);
118 private void handleStatusReport(AsyncResult ar) { method in class:GsmSMSDispatcher
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java255 protected void handleStatusReport(Object o) { method in class:SMSDispatcher
256 Rlog.d(TAG, "handleStatusReport() called with no subclass.");
323 handleStatusReport(msg.obj);

Completed in 95 milliseconds