Searched refs:MAX_REALM_BYTES (Results 1 – 1 of 1) sorted by relevance
54 private static final int MAX_REALM_BYTES = 253; field in Credential1081 if (mRealm.getBytes(StandardCharsets.UTF_8).length > MAX_REALM_BYTES) { in validate()