Searched defs:TestableLooper (Results 1 - 1 of 1) sorted by path

/frameworks/base/tests/testables/src/android/testing/
H A DTestableLooper.java40 public class TestableLooper { class
50 public TestableLooper(Looper l) throws Exception { method in class:TestableLooper
54 private TestableLooper(TestLooperManager wrapper, Looper l) throws Exception { method in class:TestableLooper
59 private TestableLooper(Looper looper, boolean b) throws Exception { method in class:TestableLooper
86 * Sets a callback for all messages processed on this TestableLooper.
176 * Annotation that tells the {@link AndroidTestingRunner} to create a TestableLooper and
177 * run this test/class on that thread. The {@link TestableLooper} can be acquired using
208 private static final Map<Object, TestableLooper> sLoopers = new ArrayMap<>();
211 * For use with {@link RunWithLooper}, used to get the TestableLooper that was
214 public static TestableLooper ge
[all...]

Completed in 80 milliseconds