Searched refs:DisabledOnNonRavenwood (Results 1 – 3 of 3) sorted by relevance
18 import android.platform.test.annotations.DisabledOnNonRavenwood;42 @DisabledOnNonRavenwood
27 import android.platform.test.annotations.DisabledOnNonRavenwood;278 if (description.getAnnotation(DisabledOnNonRavenwood.class) != null) { in shouldEnableOnDevice()284 if (clazz.getAnnotation(DisabledOnNonRavenwood.class) != null) { in shouldEnableOnDevice()
46 public @interface DisabledOnNonRavenwood { annotation