Searched refs:handleSmsStatusReport (Results 1 – 5 of 5) sorted by relevance
67 mSmsDispatchersController.handleSmsStatusReport(SmsConstants.FORMAT_3GPP2, pdu); in handleStatusReport()
160 when(mSmsDispatchersController.handleSmsStatusReport(eq(SmsMessage.FORMAT_3GPP), eq(pdu))) in testReceiveGsmSmsStatusReport()
141 mSmsDispatchersController.handleSmsStatusReport(SmsConstants.FORMAT_3GPP, pdu); in handleStatusReport()
168 boolean handled = mSmsDispatchersController.handleSmsStatusReport(format, pdu);
787 public boolean handleSmsStatusReport(String format, byte[] pdu) { in handleSmsStatusReport() method in SmsDispatchersController