Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/http/
DFederatedComputeHttpRequest.java29 private static final String LOCAL_HOST_URI = "http://localhost:"; field in FederatedComputeHttpRequest
47 if (!uri.startsWith(HTTPS_SCHEMA) && !uri.startsWith(LOCAL_HOST_URI)) { in create()