Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 4 of 4) sorted by relevance

/webkit/integration-tests/testapp/src/androidTest/java/com/example/androidx/webkit/
DWebkitTestHelpers.java108 final String msg = "This device does not have the feature '" + featureName + "'"; in assumeFeature() local
124 final String msg = "This device has the feature '" + featureName + "'"; in assumeFeatureNotAvailable() local
141 final String msg = "This device does not have the feature '" + featureName + "'"; in assumeStartupFeature() local
157 final String msg = "This device has the feature '" + featureName + "'"; in assumeStartupFeatureNotAvailable() local
/webkit/integration-tests/common/src/main/java/androidx/webkit/test/common/
DWebkitUtils.java172 final String msg = "This device does not have the feature '" + featureName + "'"; in checkFeature() local
190 final String msg = "This device does not have the startup feature '" + featureName + "'"; in checkStartupFeature() local
/webkit/integration-tests/testapp/src/main/java/com/example/androidx/webkit/
DDefaultTrafficStatsTaggingActivity.java112 private void showToast(String msg) { in showToast()
/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DWebViewClientCompatTest.java399 final String msg = "The device should support Safe Browsing"; in enableSafeBrowsingAndLoadUnsafePage() local