Home
last modified time | relevance | path

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

/frameworks/support/webkit/src/main/java/androidx/webkit/internal/
DServiceWorkerWebSettingsImpl.java99 throw WebViewFeatureInternal.getUnsupportedOperationException(); in setCacheMode()
112 throw WebViewFeatureInternal.getUnsupportedOperationException(); in getCacheMode()
125 throw WebViewFeatureInternal.getUnsupportedOperationException(); in setAllowContentAccess()
138 throw WebViewFeatureInternal.getUnsupportedOperationException(); in getAllowContentAccess()
151 throw WebViewFeatureInternal.getUnsupportedOperationException(); in setAllowFileAccess()
164 throw WebViewFeatureInternal.getUnsupportedOperationException(); in getAllowFileAccess()
178 throw WebViewFeatureInternal.getUnsupportedOperationException(); in setBlockNetworkLoads()
192 throw WebViewFeatureInternal.getUnsupportedOperationException(); in getBlockNetworkLoads()
DWebMessagePortImpl.java48 throw WebViewFeatureInternal.getUnsupportedOperationException(); in postMessage()
58 throw WebViewFeatureInternal.getUnsupportedOperationException(); in close()
74 throw WebViewFeatureInternal.getUnsupportedOperationException(); in setWebMessageCallback()
90 throw WebViewFeatureInternal.getUnsupportedOperationException(); in setWebMessageCallback()
DServiceWorkerControllerImpl.java56 throw WebViewFeatureInternal.getUnsupportedOperationException(); in ServiceWorkerControllerImpl()
91 throw WebViewFeatureInternal.getUnsupportedOperationException(); in setServiceWorkerClient()
DWebResourceErrorImpl.java90 throw WebViewFeatureInternal.getUnsupportedOperationException(); in getErrorCode()
104 throw WebViewFeatureInternal.getUnsupportedOperationException(); in getDescription()
DWebViewFeatureInternal.java254 public static UnsupportedOperationException getUnsupportedOperationException() { in getUnsupportedOperationException() method in WebViewFeatureInternal
/frameworks/support/webkit/src/main/java/androidx/webkit/
DWebSettingsCompat.java64 throw WebViewFeatureInternal.getUnsupportedOperationException(); in setOffscreenPreRaster()
85 throw WebViewFeatureInternal.getUnsupportedOperationException(); in getOffscreenPreRaster()
114 throw WebViewFeatureInternal.getUnsupportedOperationException(); in setSafeBrowsingEnabled()
135 throw WebViewFeatureInternal.getUnsupportedOperationException(); in getSafeBrowsingEnabled()
169 throw WebViewFeatureInternal.getUnsupportedOperationException(); in setDisabledActionModeMenuItems()
190 throw WebViewFeatureInternal.getUnsupportedOperationException(); in getDisabledActionModeMenuItems()
DWebViewCompat.java143 throw WebViewFeatureInternal.getUnsupportedOperationException(); in postVisualStateCallback()
177 throw WebViewFeatureInternal.getUnsupportedOperationException(); in startSafeBrowsing()
216 throw WebViewFeatureInternal.getUnsupportedOperationException(); in setSafeBrowsingWhitelist()
237 throw WebViewFeatureInternal.getUnsupportedOperationException(); in getSafeBrowsingPrivacyPolicyUrl()
352 throw WebViewFeatureInternal.getUnsupportedOperationException(); in createWebMessageChannel()
383 throw WebViewFeatureInternal.getUnsupportedOperationException(); in postWebMessage()
DSafeBrowsingResponseCompat.java90 throw WebViewFeatureInternal.getUnsupportedOperationException(); in fromInvocationHandler()
101 throw WebViewFeatureInternal.getUnsupportedOperationException(); in fromInvocationHandler()
112 throw WebViewFeatureInternal.getUnsupportedOperationException(); in fromInvocationHandler()
DWebResourceRequestCompat.java53 throw WebViewFeatureInternal.getUnsupportedOperationException(); in isRedirect()
DWebViewClientCompat.java257 throw WebViewFeatureInternal.getUnsupportedOperationException(); in onSafeBrowsingHit()