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