Searched refs:MIN_RES_LEN_BYTES (Results 1 – 1 of 1) sorted by relevance
989 private static final int MIN_RES_LEN_BYTES = 4; field in EapSimAkaAttribute.AtRes1005 if (resLengthBytes < MIN_RES_LEN_BYTES || resLengthBytes > MAX_RES_LEN_BYTES) { in AtRes()1021 if (res.length < MIN_RES_LEN_BYTES || res.length > MAX_RES_LEN_BYTES) { in AtRes()1065 return resLenBytes >= MIN_RES_LEN_BYTES && resLenBytes <= MAX_RES_LEN_BYTES; in isValidResLen()