Searched defs:getAdnRecordsInEf (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManagerProxy.java72 public List<AdnRecord> getAdnRecordsInEf(int efid) throws android.os.RemoteException { method in class:IccPhoneBookInterfaceManagerProxy
73 return mIccPhoneBookInterfaceManager.getAdnRecordsInEf(efid);
H A DIccPhoneBookInterfaceManager.java113 * getAdnRecordsInEf must be called at least once before this function,
229 public List<AdnRecord> getAdnRecordsInEf(int efid) { method in class:IccPhoneBookInterfaceManager

Completed in 24 milliseconds