Searched refs:MCC_MNC_LENGTH (Results 1 – 3 of 3) sorted by relevance
31 public static final int MCC_MNC_LENGTH = 6; field in IMSIParameter110 if (mccMnc.length() != MCC_MNC_LENGTH) { in matchesMccMnc()113 int checkLength = MCC_MNC_LENGTH; in matchesMccMnc()114 if (mPrefix && mImsi.length() < MCC_MNC_LENGTH) { in matchesMccMnc()
115 if (mccmnc == null || (mccmnc.length() != (IMSIParameter.MCC_MNC_LENGTH - 1) in getRealmForMccMnc()116 && mccmnc.length() != IMSIParameter.MCC_MNC_LENGTH)) { in getRealmForMccMnc()
470 if (mccMnc == null || mccMnc.length() < IMSIParameter.MCC_MNC_LENGTH - 1) { in findEapMethodFromNAIRealmMatchedWithCarrier()533 if (mccMnc == null || mccMnc.length() < IMSIParameter.MCC_MNC_LENGTH - 1) { in createEphemeralPasspointConfigForCarrier()638 if (imsi.length() < IMSIParameter.MCC_MNC_LENGTH) { in installEphemeralPasspointConfigForCarrier()