Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/testables/src/android/testing/
H A DTestWithLooperRule.java46 RunWith runWithAnnotation = target.getClass().getAnnotation(RunWith.class); in apply() local
47 if (runWithAnnotation != null) { in apply()
49 if (AndroidTestingRunner.class.isAssignableFrom(runWithAnnotation.value())) { in apply()