Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DIMSIParameter.java36 public static final int MCC_MNC_LENGTH_6 = 6; field in IMSIParameter
77 && (nonDigitIndex == MCC_MNC_LENGTH_5 || nonDigitIndex == MCC_MNC_LENGTH_6)) { in build()
115 if (mccMnc.length() != MCC_MNC_LENGTH_5 && mccMnc.length() != MCC_MNC_LENGTH_6) { in matchesMccMnc()