HomeSort by relevance Sort by last modified time
    Searched refs:getBoundaryInterface (Results 1 - 3 of 3) sorted by null

  /frameworks/support/webkit/src/main/java/androidx/webkit/internal/
ServiceWorkerWebSettingsImpl.java 72 private ServiceWorkerWebSettingsBoundaryInterface getBoundaryInterface() {
97 getBoundaryInterface().setCacheMode(mode);
110 return getBoundaryInterface().getCacheMode();
123 getBoundaryInterface().setAllowContentAccess(allow);
136 return getBoundaryInterface().getAllowContentAccess();
149 getBoundaryInterface().setAllowFileAccess(allow);
162 return getBoundaryInterface().getAllowFileAccess();
176 getBoundaryInterface().setBlockNetworkLoads(flag);
190 return getBoundaryInterface().getBlockNetworkLoads();
WebResourceErrorImpl.java 48 * {@link #getBoundaryInterface()} to ensure this variable has been instantiated correctly.
70 private WebResourceErrorBoundaryInterface getBoundaryInterface() {
88 return getBoundaryInterface().getErrorCode();
102 return getBoundaryInterface().getDescription();
ServiceWorkerControllerImpl.java 68 private ServiceWorkerControllerBoundaryInterface getBoundaryInterface() {
87 getBoundaryInterface().setServiceWorkerClient(

Completed in 75 milliseconds