Searched defs:PLMNText (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DUtils.java23 private static final String[] PLMNText = {"org", "3gppnetwork", "mcc*", "mnc*", "wlan"}; field in class:Utils
75 if (domain.size() != PLMNText.length) {
79 for (int n = 0; n < PLMNText.length; n++) {
80 String expect = PLMNText[n];
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DUtils.java23 private static final String[] PLMNText = {"org", "3gppnetwork", "mcc*", "mnc*", "wlan" }; field in class:Utils
80 if (domain.size() != PLMNText.length) {
84 for (int n = 0; n < PLMNText.length; n++ ) {
85 String expect = PLMNText[n];

Completed in 82 milliseconds