Searched refs:testActivity (Results 1 – 9 of 9) sorted by relevance
80 final Intent testActivity = new Intent(); in startAndKeepTestActivity() local81 testActivity.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in startAndKeepTestActivity()82 testActivity.setComponent(new ComponentName(TEST_APP_PACKAGE, TEST_APP_ACTIVITY)); in startAndKeepTestActivity()83 mContext.startActivity(testActivity); in startAndKeepTestActivity()
154 final TestActivity testActivity = TestActivity.startSync(activity -> { in getBottomNavigationBarBitmapForActivity() local175 final TextView textView = new TextView(testActivity); in getBottomNavigationBarBitmapForActivity()177 final AlertDialog alertDialog = new AlertDialog.Builder(testActivity) in getBottomNavigationBarBitmapForActivity()
336 final Activity testActivity = in testLifecycleOnMoveToFromSplitScreenRelaunch() local340 waitAndAssertActivityStates(state(testActivity, ON_TOP_POSITION_GAINED)); in testLifecycleOnMoveToFromSplitScreenRelaunch()383 final Activity testActivity = in testLifecycleOnMoveToFromSplitScreenNoRelaunch() local387 waitAndAssertActivityStates(state(testActivity, ON_TOP_POSITION_GAINED)); in testLifecycleOnMoveToFromSplitScreenNoRelaunch()
126 final TestActivity testActivity = createTestActivity(SOFT_INPUT_STATE_ALWAYS_VISIBLE);132 testActivity.setIgnoreBackKey(true);134 (long) getOnMainSync(() -> testActivity.getOnBackPressedCallCount()));141 waitOnMainUntil(() -> testActivity.getOnBackPressedCallCount() > 0,
137 final TestActivity testActivity = TestActivity.startSync(activity -> { in testSoftInputStateAlwaysVisibleWithoutFocusedEditorView() local156 if (testActivity.getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.P) { in testSoftInputStateAlwaysVisibleWithoutFocusedEditorView()
43 public void testActivity() throws Exception { in testActivity() method in BatteryStatsProcessStateTests
40 public void testActivity() { in testActivity() method in AppComponentFactoryTest
131 final Intent testActivity = new Intent() in onClick() local136 startActivity(testActivity); in onClick()
71 public void testActivity() { in testActivity() method in AppComponentFactoryTest