Searched refs:iccSmsIntMgr (Results 1 – 2 of 2) sorted by relevance
116 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in updateMessageOnIccEfForSubscriber() local117 if (iccSmsIntMgr != null) { in updateMessageOnIccEfForSubscriber()118 return iccSmsIntMgr.updateMessageOnIccEf(callingPackage, index, status, pdu); in updateMessageOnIccEfForSubscriber()133 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in copyMessageToIccEfForSubscriber() local134 if (iccSmsIntMgr != null) { in copyMessageToIccEfForSubscriber()135 return iccSmsIntMgr.copyMessageToIccEf(callingPackage, status, pdu, smsc); in copyMessageToIccEfForSubscriber()149 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in getAllMessagesFromIccEfForSubscriber() local150 if (iccSmsIntMgr != null) { in getAllMessagesFromIccEfForSubscriber()151 return iccSmsIntMgr.getAllMessagesFromIccEf(callingPackage); in getAllMessagesFromIccEfForSubscriber()196 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendDataForSubscriber() local[all …]
540 IccSmsInterfaceManager iccSmsIntMgr = mPhone.getIccSmsInterfaceManager(); in getSmscAddressFromUSIMWithPhoneIdentity() local541 if (iccSmsIntMgr != null) { in getSmscAddressFromUSIMWithPhoneIdentity()542 return iccSmsIntMgr.getSmscAddressFromIccEf(callingPkg); in getSmscAddressFromUSIMWithPhoneIdentity()