Searched refs:androidName (Results 1 - 1 of 1) sorted by relevance

/libcore/support/src/test/java/libcore/tlswire/handshake/
H A DCipherSuite.java392 String androidName = cipherSuite.getAndroidName();
393 if (!name.equals(androidName)) {
394 if (byName.put(androidName, cipherSuite) != null) {
396 "Cipher suite multiply defined: " + cipherSuite.androidName);
407 private final String androidName; field in class:CipherSuite
412 this.androidName = null;
415 private CipherSuite(int code, String name, String androidName) { argument
418 this.androidName = androidName;
438 return (androidName !
[all...]

Completed in 419 milliseconds