Searched refs:MAX_IMSI_LENGTH (Results 1 – 2 of 2) sorted by relevance
27 private static final int MAX_IMSI_LENGTH = 15; field in IMSIParameter54 if (imsi.length() > MAX_IMSI_LENGTH) { in build()
644 private static final int MAX_IMSI_LENGTH = 15; field in Credential.SimCredential801 if (mImsi.length() > MAX_IMSI_LENGTH) { in verifyImsi()