Searched refs:getAdnRecordsInEf (Results 1 – 5 of 5) sorted by relevance
43 List<AdnRecord> adnRecordList = simPhoneBook.getAdnRecordsInEf(IccConstants.EF_ADN); in testBasic()45 adnRecordList = simPhoneBook.getAdnRecordsInEf(IccConstants.EF_ADN); in testBasic()76 adnRecordList = simPhoneBook.getAdnRecordsInEf(IccConstants.EF_ADN); in testBasic()85 adnRecordList = simPhoneBook.getAdnRecordsInEf(IccConstants.EF_ADN); in testBasic()95 adnRecordList = simPhoneBook.getAdnRecordsInEf(IccConstants.EF_ADN); in testBasic()104 adnRecordList = simPhoneBook.getAdnRecordsInEf(IccConstants.EF_ADN); in testBasic()
63 public List<AdnRecord> getAdnRecordsInEf(int efid) { in getAdnRecordsInEf() method in IccPhoneBookInterfaceManagerProxy64 return mIccPhoneBookInterfaceManager.getAdnRecordsInEf(efid); in getAdnRecordsInEf()
115 public List<AdnRecord> getAdnRecordsInEf(int efid) throws android.os.RemoteException { in getAdnRecordsInEf() method in UiccPhoneBookController125 return iccPbkIntMgrProxy.getAdnRecordsInEf(efid); in getAdnRecordsInEfForSubscriber()
46 List<AdnRecord> getAdnRecordsInEf(int efid); in getAdnRecordsInEf() method
261 public List<AdnRecord> getAdnRecordsInEf(int efid) { in getAdnRecordsInEf() method in IccPhoneBookInterfaceManager