Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DWebViewTest.java38 if (!hasWebViewFeature()) { in setUp()
57 if (!hasWebViewFeature()) { in testWebViewLoads()
63 private boolean hasWebViewFeature() { in hasWebViewFeature() method in WebViewTest
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DNullWebViewUtils.java42 sWebViewUnavailable = !hasWebViewFeature(context) && checkCauseWasUnsupportedOperation(t); in determineIfWebViewAvailable()
55 private static boolean hasWebViewFeature(Context context) { in hasWebViewFeature() method in NullWebViewUtils
84 return hasWebViewFeature(context) || in isWebViewAvailable()