Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java26 private static final String[] PLMNText = {"org", "3gppnetwork", "mcc*", "mnc*", "wlan" }; field in Utils
85 if (domain.size() != PLMNText.length) { in getMccMnc()
89 for (int n = 0; n < PLMNText.length; n++ ) { in getMccMnc()
90 String expect = PLMNText[n]; in getMccMnc()