Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/junit-src/android/platform/test/ravenwood/
DRavenwoodClassRule.java21 import static android.platform.test.ravenwood.RavenwoodRule.shouldEnableOnDevice;
49 Assert.assertTrue(shouldEnableOnDevice(description)); in apply()
DRavenwoodRule.java276 static boolean shouldEnableOnDevice(Description description) { in shouldEnableOnDevice() method in RavenwoodRule
354 Assume.assumeTrue(shouldEnableOnDevice(description)); in apply()