Searched refs:EXAMPLE_MESSAGE1_LEN (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | TsiTest.java | 68 private static final int EXAMPLE_MESSAGE1_LEN = EXAMPLE_MESSAGE1.getBytes(UTF_8).length; field in TsiTest 222 sendMessage(clientProtector, serverProtector, EXAMPLE_MESSAGE1_LEN, EXAMPLE_MESSAGE1, ref); in pingPongSmallFrameTest() 241 sendMessage(clientProtector, serverProtector, EXAMPLE_MESSAGE1_LEN, EXAMPLE_MESSAGE1, ref); in pingPongSmallFrameSmallBufferTest() 244 sendMessage(clientProtector, serverProtector, EXAMPLE_MESSAGE1_LEN, EXAMPLE_MESSAGE1, ref); in pingPongSmallFrameSmallBufferTest()
|