Searched refs:MAX_RES_LEN_BYTES (Results 1 – 1 of 1) sorted by relevance
977 private static final int MAX_RES_LEN_BYTES = 16; field in EapSimAkaAttribute.AtRes992 if (resLengthBytes < MIN_RES_LEN_BYTES || resLengthBytes > MAX_RES_LEN_BYTES) { in AtRes()1008 if (res.length < MIN_RES_LEN_BYTES || res.length > MAX_RES_LEN_BYTES) { in AtRes()1052 return resLenBytes >= MIN_RES_LEN_BYTES && resLenBytes <= MAX_RES_LEN_BYTES; in isValidResLen()