Searched defs:ServiceResponse (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/gears/
H A DUrlInterceptHandlerGears.java120 public class ServiceResponse { class in class:UrlInterceptHandlerGears
364 ServiceResponse response = getServiceResponse(url, lowercaseRequestHeaders);
381 * @return If a response can be crafted, a ServiceResponse is
385 public ServiceResponse getServiceResponse(String url,
412 * @return If serviced, a ServiceResponse object containing all the
416 private native static ServiceResponse nativeService(ServiceRequest request);

Completed in 18 milliseconds