Home
last modified time | relevance | path

Searched refs:getFdnList (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DFdnUtils.java60 ArrayList<AdnRecord> fdnList = getFdnList(phoneId); in isNumberBlockedByFDN()
92 ArrayList<AdnRecord> fdnList = getFdnList(phoneId); in isSuppServiceRequestBlockedByFdn()
164 private static ArrayList<AdnRecord> getFdnList(int phoneId) { in getFdnList() method in FdnUtils