Home
last modified time | relevance | path

Searched defs:fdnList (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFdnUtilsTest.java31 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in initializeFdnList() local
48 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in fdnListIsEmpty_returnsFalse() local
54 ArrayList<AdnRecord> fdnList = initializeFdnList(); in fdnListHasOnlyDefaultRecords_returnsFalse() local
61 ArrayList<AdnRecord> fdnList = initializeFdnList(); in fdnListHasRecordWithEmptyNumberStr_returnsFalse() local
70 ArrayList<AdnRecord> fdnList = initializeFdnList(); in dialStrInFdnList_returnsTrue() local
79 ArrayList<AdnRecord> fdnList = initializeFdnList(); in dialStrNotInFdnList_returnsFalse() local
88 ArrayList<AdnRecord> fdnList = initializeFdnList(); in dialStrIsNull_returnsFalse() local
97 ArrayList<AdnRecord> fdnList = initializeFdnList(); in fdnEntryFirstSubStringOfDialStr_returnsTrue() local
106 ArrayList<AdnRecord> fdnList = initializeFdnList(); in fdnEntrySubStringOfDialStr_returnsFalse() local
115 ArrayList<AdnRecord> fdnList = initializeFdnList(); in dialStrFirstSubStringOfFdnEntry_returnsFalse() local
[all …]
DSmsControllerTest.java109 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in isNumberBlockedByFdn_fdnListHasBothDestAddrAndSmscAddr() local
130 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in isNumberBlockedByFdn_fdnListHasDestAddr() local
148 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in isNumberBlockedByFdn_fdnListHasSmscAddr() local
166 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in isNumberBlockedByFdn_destAddrIsEmergencyNumber() local
DGsmCdmaPhoneTest.java2078 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in testGetCallForwardingOption_FdnCheck() local
2106 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in testSetCallForwardingOption_FdnCheck() local
2138 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in testGetCallBarring_FdnCheck() local
2168 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in testSetCallBarring_FdnCheck() local
2198 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in testChangeCallBarringPassword_FdnCheck() local
2228 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in testGetOutgoingCallerIdDisplay_FdnCheck() local
2255 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in testSetOutgoingCallerIdDisplay_FdnCheck() local
2282 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in testQueryCLIP_FdnCheck() local
2309 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in testGetCallWaiting_FdnCheck() local
2336 ArrayList<AdnRecord> fdnList = new ArrayList<>(); in testSetCallWaiting_FdnCheck() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DFdnUtils.java60 ArrayList<AdnRecord> fdnList = getFdnList(phoneId); in isNumberBlockedByFDN() local
92 ArrayList<AdnRecord> fdnList = getFdnList(phoneId); in isSuppServiceRequestBlockedByFdn() local
111 ArrayList<AdnRecord> fdnList) { in isFDN()