Home
last modified time | relevance | path

Searched defs:customMetadata (Results 1 – 4 of 4) sorted by relevance

/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDownloadBuilder.java45 private byte[] customMetadata; field in DownloadBuilder
91 byte[] customMetadata) { in DownloadBuilder()
183 public DownloadBuilder setCustomMetadata(byte[] customMetadata) { in setCustomMetadata()
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/
DNettyClientInteropServlet.java151 public void customMetadata() { } in customMetadata() method in NettyClientInteropServlet.Tester
/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php399 function customMetadata($stub) function
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java1389 public void customMetadata() throws Exception { in customMetadata() method in AbstractInteropTest