Searched refs:EAP_ID (Results 1 – 1 of 1) sorted by relevance
41 private static final byte[] EAP_ID = "test@android.net".getBytes(StandardCharsets.US_ASCII); field in EapSessionConfigUtilsTest49 return new EapSessionConfig.Builder().setEapIdentity(EAP_ID); in createBuilderWithId()