Searched refs:setTestableLooper (Results 1 – 3 of 3) sorted by relevance
31 public static void setTestableLooper(Looper testLooper) { in setTestableLooper() method in Assert
134 com.android.systemui.util.Assert.setTestableLooper(TestableLooper.get(this).getLooper()); in allowTestableLooperAsMainThread()138 com.android.systemui.util.Assert.setTestableLooper(null); in disallowTestableLooperAsMainThread()
56 Assert.setTestableLooper(TestableLooper.get(this).getLooper()); in setUp()