HomeSort by relevance Sort by last modified time
    Searched refs:updateSmsSendStatus (Results 1 - 8 of 8) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
ISms.aidl 235 void updateSmsSendStatus(int messageRef, boolean success);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
UiccSmsController.java 280 public void updateSmsSendStatus(int messageRef, boolean success) {
282 .updateSmsSendStatus(messageRef, success);
ImsSMSDispatcher.java 200 protected void updateSmsSendStatus(int messageRef, boolean success) {
IccSmsInterfaceManager.java 437 public void updateSmsSendStatus(int messageRef, boolean success) {
439 mDispatcher.updateSmsSendStatus(messageRef, success);
    [all...]
SMSDispatcher.java 532 protected abstract void updateSmsSendStatus(int messageRef, boolean success);
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java 303 public void updateSmsSendStatus(int messageRef, boolean success) {
307 iccISms.updateSmsSendStatus(messageRef, success);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 247 protected void updateSmsSendStatus(int messageRef, boolean success) {
249 Rlog.e(TAG, "updateSmsSendStatus should never be called from here!");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 334 protected void updateSmsSendStatus(int messageRef, boolean success) {
336 Rlog.e(TAG, "updateSmsSendStatus should never be called from here!");

Completed in 242 milliseconds