Searched refs:getIccSmsInterfaceManager (Results 1 – 8 of 8) sorted by relevance
116 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in updateMessageOnIccEfForSubscriber()133 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in copyMessageToIccEfForSubscriber()149 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in getAllMessagesFromIccEfForSubscriber()196 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendDataForSubscriber()211 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendDataForSubscriberWithSelfPermissionsInternal()334 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendIccText()350 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendTextForSubscriberWithSelfPermissionsInternal()386 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendTextForSubscriberWithOptions()427 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendMultipartTextForSubscriber()464 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendMultipartTextForSubscriberWithOptions()[all …]
247 IccSmsInterfaceManager smsIfcMngr = mPhone.getIccSmsInterfaceManager(); in sendMemoryStatusReport()
540 IccSmsInterfaceManager iccSmsIntMgr = mPhone.getIccSmsInterfaceManager(); in getSmscAddressFromUSIMWithPhoneIdentity()
617 mPhone.getIccSmsInterfaceManager().mDispatchersController.sendEmptyMessage( in exit()
4612 public IccSmsInterfaceManager getIccSmsInterfaceManager(){ in getIccSmsInterfaceManager() method in Phone
4687 public IccSmsInterfaceManager getIccSmsInterfaceManager(){ in getIccSmsInterfaceManager() method in GsmCdmaPhone
349 when(mPhone.getIccSmsInterfaceManager()).thenReturn(iccSmsInterfaceManager); in testSendImsGmsTestWithSmsc()
726 doReturn(mIccSmsInterfaceManager).when(mPhone).getIccSmsInterfaceManager(); in setUp()