Searched refs:getAdnRecordsInEf (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManagerProxy.java63 public List<AdnRecord> getAdnRecordsInEf(int efid) { method in class:IccPhoneBookInterfaceManagerProxy
64 return mIccPhoneBookInterfaceManager.getAdnRecordsInEf(efid);
H A DIIccPhoneBook.aidl46 List<AdnRecord> getAdnRecordsInEf(int efid);
61 * getAdnRecordsInEf must be called at least once before this function,
86 * getAdnRecordsInEf must be called at least once before this function,
H A DUiccPhoneBookController.java115 public List<AdnRecord> getAdnRecordsInEf(int efid) throws android.os.RemoteException { method in class:UiccPhoneBookController
125 return iccPbkIntMgrProxy.getAdnRecordsInEf(efid);
127 Rlog.e(TAG,"getAdnRecordsInEf iccPbkIntMgrProxy is" +
H A DIccPhoneBookInterfaceManager.java140 * getAdnRecordsInEf must be called at least once before this function,
261 public List<AdnRecord> getAdnRecordsInEf(int efid) { method in class:IccPhoneBookInterfaceManager
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimPhoneBookTest.java43 List<AdnRecord> adnRecordList = simPhoneBook.getAdnRecordsInEf(IccConstants.EF_ADN);
45 adnRecordList = simPhoneBook.getAdnRecordsInEf(IccConstants.EF_ADN);
76 adnRecordList = simPhoneBook.getAdnRecordsInEf(IccConstants.EF_ADN);
85 adnRecordList = simPhoneBook.getAdnRecordsInEf(IccConstants.EF_ADN);
95 adnRecordList = simPhoneBook.getAdnRecordsInEf(IccConstants.EF_ADN);
104 adnRecordList = simPhoneBook.getAdnRecordsInEf(IccConstants.EF_ADN);

Completed in 91 milliseconds