Home
last modified time | relevance | path

Searched refs:CallFromNativeWrapper (Results 1 – 6 of 6) sorted by relevance

/external/federated-compute/fcp/java_src/main/java/com/google/fcp/client/http/
DHttpClientForNativeImpl.java16 import com.google.fcp.client.CallFromNativeWrapper;
51 private final CallFromNativeWrapper callFromNativeWrapper;
63 CallFromNativeWrapper callFromNativeWrapper, in HttpClientForNativeImpl()
DHttpRequestHandleImpl.java20 import com.google.fcp.client.CallFromNativeWrapper;
118 private final CallFromNativeWrapper callFromNativeWrapper;
199 CallFromNativeWrapper callFromNativeWrapper, in HttpRequestHandleImpl()
/external/federated-compute/fcp/java_src/main/java/com/google/fcp/client/
DCallFromNativeWrapper.java25 public class CallFromNativeWrapper { class
35 public CallFromNativeWrapper(UncaughtExceptionHandler uncaughtExceptionHandler) { in CallFromNativeWrapper() method in CallFromNativeWrapper
DBUILD25 "CallFromNativeWrapper.java",
/external/federated-compute/
DAndroid.bp157 srcs: ["fcp/java_src/main/java/com/google/fcp/client/CallFromNativeWrapper.java"],
/external/federated-compute/fcp/java_src/test/java/com/google/fcp/client/http/
DHttpClientForNativeImplTest.java34 import com.google.fcp.client.CallFromNativeWrapper;
35 import com.google.fcp.client.CallFromNativeWrapper.CallFromNativeRuntimeException;
79 private static final CallFromNativeWrapper TEST_CALL_FROM_NATIVE_WRAPPER =
80 new CallFromNativeWrapper((t, e) -> {});