Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java238 class SortAvailableNetworksInPriority implements Comparator<AvailableNetworkInfo> class in ONSProfileSelector
521 Collections.sort(mAvailableNetworkInfos, new SortAvailableNetworksInPriority()); in checkProfileUpdate()