Searched refs:TestGetWindowLayoutInfoActivity (Results 1 – 2 of 2) sorted by relevance
38 import android.server.wm.jetpack.utils.TestGetWindowLayoutInfoActivity;189 TestGetWindowLayoutInfoActivity.resetResumeCounter(); in testGetWindowLayoutInfo_activityNotAttachedToWindow_returnsCorrectValue()190 TestGetWindowLayoutInfoActivity testGetWindowLayoutInfoActivity = startActivityNewTask( in testGetWindowLayoutInfo_activityNotAttachedToWindow_returnsCorrectValue()191 TestGetWindowLayoutInfoActivity.class); in testGetWindowLayoutInfo_activityNotAttachedToWindow_returnsCorrectValue()194 assertThat(TestGetWindowLayoutInfoActivity.waitForOnResume()).isTrue(); in testGetWindowLayoutInfo_activityNotAttachedToWindow_returnsCorrectValue()
43 public class TestGetWindowLayoutInfoActivity extends TestActivity { class