HomeSort by relevance Sort by last modified time
    Searched defs:NullWebViewUtils (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsCtsActivity.java 22 import android.cts.util.NullWebViewUtils;
36 NullWebViewUtils.determineIfWebViewAvailable(this, e);
  /cts/libs/deviceutil/src/android/cts/util/
NullWebViewUtils.java 29 * NullWebViewUtils.determineIfWebViewAvailable. The return value of
30 * NullWebViewUtils.isWebViewAvailable will then determine if the test should expect to be able to
33 public class NullWebViewUtils {
  /cts/tests/tests/text/src/android/text/cts/
EmojiCtsActivity.java 23 import android.cts.util.NullWebViewUtils;
36 NullWebViewUtils.determineIfWebViewAvailable(this, e);
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieSyncManagerCtsActivity.java 20 import android.cts.util.NullWebViewUtils;
38 NullWebViewUtils.determineIfWebViewAvailable(this, e);
WebViewCtsActivity.java 22 import android.cts.util.NullWebViewUtils;
38 NullWebViewUtils.determineIfWebViewAvailable(this, e);
  /cts/tests/webgl/src/android/webgl/
WebGLActivity.java 22 import android.cts.util.NullWebViewUtils;
58 NullWebViewUtils.determineIfWebViewAvailable(this, e);
105 if (!NullWebViewUtils.isWebViewAvailable()) {

Completed in 173 milliseconds