Searched refs:shouldEnableOnDevice (Results 1 – 2 of 2) sorted by relevance
21 import static android.platform.test.ravenwood.RavenwoodRule.shouldEnableOnDevice;49 Assert.assertTrue(shouldEnableOnDevice(description)); in apply()
276 static boolean shouldEnableOnDevice(Description description) { in shouldEnableOnDevice() method in RavenwoodRule354 Assume.assumeTrue(shouldEnableOnDevice(description)); in apply()