Searched refs:MIN_ICCID_LENGTH (Results 1 – 1 of 1) sorted by relevance
105 private static final int MIN_ICCID_LENGTH = 12; field in PinStorage944 return iccid != null && iccid.length() >= MIN_ICCID_LENGTH; in validateIccid()