Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DNullWebViewUtils.java42 sWebViewUnavailable = !hasWebViewFeature(context) && checkCauseWasUnsupportedOperation(t); in determineIfWebViewAvailable()
61 private static boolean checkCauseWasUnsupportedOperation(Throwable t) { in checkCauseWasUnsupportedOperation() method in NullWebViewUtils
85 !checkCauseWasUnsupportedOperation(mPendingException); in isWebViewAvailable()