Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2240 dunSettings = sortApnListByPreferred(fetchDunApns()); in checkForCompatibleConnectedApnContext()
3236 return sortApnListByPreferred(apnList); in buildWaitingApns()
3277 apnList = sortApnListByPreferred(apnList); in buildWaitingApns()
3313 apnList = sortApnListByPreferred(apnList); in buildWaitingApns()
3331 public ArrayList<ApnSetting> sortApnListByPreferred(ArrayList<ApnSetting> list) { in sortApnListByPreferred() method in DcTracker
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java1409 ArrayList<ApnSetting> dunApns = mDct.sortApnListByPreferred(mDct.fetchDunApns()); in testFetchDunApnWithPreferredApnSet()