Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DUiccSmsController.java59 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in updateMessageOnIccEfForSubscriber()
72 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in copyMessageToIccEfForSubscriber()
85 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in getAllMessagesFromIccEfForSubscriber()
99 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendDataForSubscriber()
114 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendDataForSubscriberWithSelfPermissions()
134 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendTextForSubscriber()
148 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendTextForSubscriberWithSelfPermissions()
171 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendMultipartTextForSubscriber()
192 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in enableCellBroadcastRangeForSubscriber()
212 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in disableCellBroadcastRangeForSubscriber()
[all …]
DPhone.java3199 public IccSmsInterfaceManager getIccSmsInterfaceManager(){ in getIccSmsInterfaceManager() method in Phone
DGsmCdmaPhone.java3103 public IccSmsInterfaceManager getIccSmsInterfaceManager(){ in getIccSmsInterfaceManager() method in GsmCdmaPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1024 public IccSmsInterfaceManager getIccSmsInterfaceManager(){ in getIccSmsInterfaceManager() method in PhoneMock