Home
last modified time | relevance | path

Searched refs:iccSmsIntMgr (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsController.java116 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in updateMessageOnIccEfForSubscriber() local
117 if (iccSmsIntMgr != null) { in updateMessageOnIccEfForSubscriber()
118 return iccSmsIntMgr.updateMessageOnIccEf(callingPackage, index, status, pdu); in updateMessageOnIccEfForSubscriber()
133 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in copyMessageToIccEfForSubscriber() local
134 if (iccSmsIntMgr != null) { in copyMessageToIccEfForSubscriber()
135 return iccSmsIntMgr.copyMessageToIccEf(callingPackage, status, pdu, smsc); in copyMessageToIccEfForSubscriber()
149 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in getAllMessagesFromIccEfForSubscriber() local
150 if (iccSmsIntMgr != null) { in getAllMessagesFromIccEfForSubscriber()
151 return iccSmsIntMgr.getAllMessagesFromIccEf(callingPackage); in getAllMessagesFromIccEfForSubscriber()
196 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendDataForSubscriber() local
[all …]
DSmsDispatchersController.java540 IccSmsInterfaceManager iccSmsIntMgr = mPhone.getIccSmsInterfaceManager(); in getSmscAddressFromUSIMWithPhoneIdentity() local
541 if (iccSmsIntMgr != null) { in getSmscAddressFromUSIMWithPhoneIdentity()
542 return iccSmsIntMgr.getSmscAddressFromIccEf(callingPkg); in getSmscAddressFromUSIMWithPhoneIdentity()