Searched refs:iccSmsIntMgr (Results 1 – 1 of 1) sorted by relevance
59 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in updateMessageOnIccEfForSubscriber() local60 if (iccSmsIntMgr != null) { in updateMessageOnIccEfForSubscriber()61 return iccSmsIntMgr.updateMessageOnIccEf(callingPackage, index, status, pdu); in updateMessageOnIccEfForSubscriber()72 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in copyMessageToIccEfForSubscriber() local73 if (iccSmsIntMgr != null) { in copyMessageToIccEfForSubscriber()74 return iccSmsIntMgr.copyMessageToIccEf(callingPackage, status, pdu, smsc); in copyMessageToIccEfForSubscriber()85 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in getAllMessagesFromIccEfForSubscriber() local86 if (iccSmsIntMgr != null) { in getAllMessagesFromIccEfForSubscriber()87 return iccSmsIntMgr.getAllMessagesFromIccEf(callingPackage); in getAllMessagesFromIccEfForSubscriber()99 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId); in sendDataForSubscriber() local[all …]