Searched refs:EXAMPLE_MESSAGE1 (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | TsiTest.java | 65 private static final String EXAMPLE_MESSAGE1 = "hello world"; field in TsiTest 68 private static final int EXAMPLE_MESSAGE1_LEN = EXAMPLE_MESSAGE1.getBytes(UTF_8).length; 166 sendMessage(clientProtector, serverProtector, -1, EXAMPLE_MESSAGE1, ref); in pingPongTest() 179 EXAMPLE_MESSAGE1.getBytes(UTF_8).length in pingPongExactFrameSizeTest() 188 sendMessage(clientProtector, serverProtector, -1, EXAMPLE_MESSAGE1, ref); in pingPongExactFrameSizeTest() 189 sendMessage(serverProtector, clientProtector, -1, EXAMPLE_MESSAGE1, ref); in pingPongExactFrameSizeTest() 203 sendMessage(clientProtector, serverProtector, 1, EXAMPLE_MESSAGE1, ref); in pingPongSmallBufferTest() 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()
|