Home
last modified time | relevance | path

Searched refs:updateMessageOnIccEfForSubscriber (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DISmsImplBase.java37 public boolean updateMessageOnIccEfForSubscriber(int subId, String callingPkg, int messageIndex, in updateMessageOnIccEfForSubscriber() method in ISmsImplBase
DISms.aidl59 boolean updateMessageOnIccEfForSubscriber(in int subId, String callingPkg, in updateMessageOnIccEfForSubscriber() method
/frameworks/base/telephony/java/android/telephony/
DSmsManager.java1564 success = iSms.updateMessageOnIccEfForSubscriber(getSubscriptionId(), in deleteMessageFromIcc()
1606 success = iSms.updateMessageOnIccEfForSubscriber(getSubscriptionId(), in updateMessageOnIcc()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsController.java81 public boolean updateMessageOnIccEfForSubscriber(int subId, String callingPackage, int index, in updateMessageOnIccEfForSubscriber() method in SmsController