Searched defs:toLengthPrefixedList (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java277 this.mNpnProtocols = toLengthPrefixedList(npnProtocols);
300 this.mAlpnProtocols = toLengthPrefixedList(protocols);
307 static byte[] toLengthPrefixedList(byte[]... items) { method in class:SSLCertificateSocketFactory

Completed in 60 milliseconds