Searched refs:DEFAULT_IDENTITY (Results 1 – 2 of 2) sorted by relevance
50 private static final byte[] DEFAULT_IDENTITY = new byte[0]; field in EapSessionConfigTest97 assertArrayEquals(DEFAULT_IDENTITY, eapConfig.getEapIdentity()); in verifyBuildEapAka()152 assertArrayEquals(DEFAULT_IDENTITY, result.getEapIdentity()); in testBuildEapAkaPrime()195 assertArrayEquals(DEFAULT_IDENTITY, result.getEapIdentity()); in testBuildEapTtls()
51 private static final byte[] DEFAULT_IDENTITY = new byte[0]; field in EapSessionConfig225 mEapIdentity = DEFAULT_IDENTITY; in Builder()