Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DUiccSmsController.java62 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in updateMessageOnIccEfForSubscriber()
80 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in copyMessageToIccEfForSubscriber()
97 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in getAllMessagesFromIccEfForSubscriber()
116 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendDataForSubscriber()
134 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendTextForSubscriber()
155 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendMultipartTextForSubscriber()
185 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in enableCellBroadcastRangeForSubscriber()
215 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in disableCellBroadcastRangeForSubscriber()
231 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in getPremiumSmsPermissionForSubscriber()
247 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in setPremiumSmsPermissionForSubscriber()
[all …]
DPhoneProxy.java319 public IccSmsInterfaceManager getIccSmsInterfaceManager(){ in getIccSmsInterfaceManager() method in PhoneProxy