Home | History | Annotate | Download | only in telephony

Lines Matching defs:acknowledgeLastIncomingGsmSms

1469     public void acknowledgeLastIncomingGsmSms(boolean success, int cause, Message result) {
1481 radioProxy.acknowledgeLastIncomingGsmSms(rr.mSerial, success, cause);
1483 handleRadioProxyExceptionForRR(rr, "acknowledgeLastIncomingGsmSms", e);