Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/testables/src/android/testing/
H A DTestWithLooperRule.java55 RunWithLooper looperAnnotation = method.getAnnotation(RunWithLooper.class); in apply() local
56 if (looperAnnotation == null) { in apply()
57 looperAnnotation = target.getClass().getAnnotation(RunWithLooper.class); in apply()
59 if (looperAnnotation == null) { in apply()