Searched refs:msg (Results 1 – 4 of 4) sorted by relevance
108 final String msg = "This device does not have the feature '" + featureName + "'"; in assumeFeature() local110 Assume.assumeTrue(msg, hasFeature); in assumeFeature()124 final String msg = "This device has the feature '" + featureName + "'"; in assumeFeatureNotAvailable() local126 Assume.assumeFalse(msg, hasFeature); in assumeFeatureNotAvailable()141 final String msg = "This device does not have the feature '" + featureName + "'"; in assumeStartupFeature() local143 Assume.assumeTrue(msg, hasFeature); in assumeStartupFeature()157 final String msg = "This device has the feature '" + featureName + "'"; in assumeStartupFeatureNotAvailable() local159 Assume.assumeFalse(msg, hasFeature); in assumeStartupFeatureNotAvailable()
172 final String msg = "This device does not have the feature '" + featureName + "'"; in checkFeature() local174 Assume.assumeTrue(msg, hasFeature); in checkFeature()190 final String msg = "This device does not have the startup feature '" + featureName + "'"; in checkStartupFeature() local192 Assume.assumeTrue(msg, hasFeature); in checkStartupFeature()
112 private void showToast(String msg) { in showToast() argument113 Toast.makeText(this, msg, Toast.LENGTH_SHORT).show(); in showToast()
399 final String msg = "The device should support Safe Browsing"; in enableSafeBrowsingAndLoadUnsafePage() local400 Assume.assumeTrue(msg, deviceSupportsSafeBrowsing); in enableSafeBrowsingAndLoadUnsafePage()