Searched refs:MAX_RES_LEN_BYTES (Results 1 – 1 of 1) sorted by relevance
990 private static final int MAX_RES_LEN_BYTES = 16; 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()