Searched refs:toLengthPrefixedList (Results 1 – 2 of 2) sorted by relevance
57 assertTrue(Arrays.equals(expected, SSLCertificateSocketFactory.toLengthPrefixedList( in testStringsToLengthPrefixedBytes()64 SSLCertificateSocketFactory.toLengthPrefixedList(); in testStringsToLengthPrefixedBytesEmptyArray()72 SSLCertificateSocketFactory.toLengthPrefixedList(new byte[0]); in testStringsToLengthPrefixedBytesEmptyByteArray()80 SSLCertificateSocketFactory.toLengthPrefixedList(new byte[256]); in testStringsToLengthPrefixedBytesOversizedInput()
275 this.mNpnProtocols = toLengthPrefixedList(npnProtocols); in setNpnProtocols()298 this.mAlpnProtocols = toLengthPrefixedList(protocols); in setAlpnProtocols()305 static byte[] toLengthPrefixedList(byte[]... items) { in toLengthPrefixedList() method in SSLCertificateSocketFactory