Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
H A DSysuiTestCase.java32 import android.testing.TestWithLooperRule;
89 public TestWithLooperRule mlooperRule = new TestWithLooperRule();
/aosp14/frameworks/base/tests/testables/src/android/testing/
H A DTestWithLooperRule.java37 public class TestWithLooperRule implements MethodRule { class