Lines Matching refs:mActivityRule

74     public ActivityTestRule<EmptyFragmentTestActivity> mActivityRule =
79 final FragmentManager fm = mActivityRule.getActivity().getSupportFragmentManager();
106 final FragmentManager fm = mActivityRule.getActivity().getSupportFragmentManager();
145 final FragmentManager fm = mActivityRule.getActivity().getSupportFragmentManager();
175 final FragmentManager fm = mActivityRule.getActivity().getSupportFragmentManager();
198 final FragmentManager fm = mActivityRule.getActivity().getSupportFragmentManager();
223 final FragmentManager fm = mActivityRule.getActivity().getSupportFragmentManager();
263 FragmentManager fm = mActivityRule.getActivity().getSupportFragmentManager();
295 FragmentManager fm = mActivityRule.getActivity().getSupportFragmentManager();
331 new HostCallbacks(mActivityRule.getActivity()));
391 new HostCallbacks(mActivityRule.getActivity()));
506 new HostCallbacks(mActivityRule.getActivity()));
570 new HostCallbacks(mActivityRule.getActivity()));
636 mActivityRule.runOnUiThread(new Runnable() {
640 new HostCallbacks(mActivityRule.getActivity()));
641 FragmentTestUtil.resume(mActivityRule, fc1, null);
660 savedState = FragmentTestUtil.destroy(mActivityRule, fc1);
680 new HostCallbacks(mActivityRule.getActivity()));
682 FragmentTestUtil.resume(mActivityRule, fc2, savedState);
710 new HostCallbacks(mActivityRule.getActivity()));
806 new HostCallbacks(mActivityRule.getActivity()));
840 new HostCallbacks(mActivityRule.getActivity()));
865 new HostCallbacks(mActivityRule.getActivity()));
900 new HostCallbacks(mActivityRule.getActivity()));
953 Intent intent = new Intent(mActivityRule.getActivity(), FragmentTestActivity.class);
969 FragmentController fc = FragmentTestUtil.createController(mActivityRule);
970 FragmentTestUtil.resume(mActivityRule, fc, null);
992 FragmentTestUtil.destroy(mActivityRule, fc);
994 fc = FragmentTestUtil.createController(mActivityRule);
995 FragmentTestUtil.resume(mActivityRule, fc, savedState);
1015 FragmentController fc = FragmentTestUtil.createController(mActivityRule);
1016 FragmentTestUtil.resume(mActivityRule, fc, null);
1041 FragmentTestUtil.destroy(mActivityRule, fc);
1043 fc = FragmentTestUtil.createController(mActivityRule);
1044 FragmentTestUtil.resume(mActivityRule, fc, savedState);
1045 savedState = FragmentTestUtil.destroy(mActivityRule, fc);
1046 fc = FragmentTestUtil.createController(mActivityRule);
1047 FragmentTestUtil.resume(mActivityRule, fc, savedState);
1062 FragmentController fc = FragmentTestUtil.createController(mActivityRule);
1063 FragmentTestUtil.resume(mActivityRule, fc, null);
1079 FragmentTestUtil.destroy(mActivityRule, fc);
1081 fc = FragmentTestUtil.createController(mActivityRule);
1082 FragmentTestUtil.resume(mActivityRule, fc, savedState);
1100 FragmentController fc = FragmentTestUtil.createController(mActivityRule);
1101 FragmentTestUtil.resume(mActivityRule, fc, null);
1111 FragmentTestUtil.destroy(mActivityRule, fc);
1121 FragmentController fc = FragmentTestUtil.createController(mActivityRule);
1122 FragmentTestUtil.resume(mActivityRule, fc, null);
1142 FragmentTestUtil.destroy(mActivityRule, fc);
1143 fc = FragmentTestUtil.createController(mActivityRule);
1144 FragmentTestUtil.resume(mActivityRule, fc, savedState);
1156 FragmentController fc = FragmentTestUtil.createController(mActivityRule);
1157 FragmentTestUtil.resume(mActivityRule, fc, null);
1170 FragmentTestUtil.destroy(mActivityRule, fc);
1182 FragmentController fc = FragmentTestUtil.createController(mActivityRule);
1183 FragmentTestUtil.resume(mActivityRule, fc, null);
1197 FragmentTestUtil.destroy(mActivityRule, fc);
1201 fc = FragmentTestUtil.createController(mActivityRule);
1202 FragmentTestUtil.resume(mActivityRule, fc, restartState);
1205 savedState = FragmentTestUtil.destroy(mActivityRule, fc);
1207 fc = FragmentTestUtil.createController(mActivityRule);
1208 FragmentTestUtil.resume(mActivityRule, fc, savedState);
1225 FragmentController fc = FragmentTestUtil.createController(mActivityRule);
1226 FragmentTestUtil.resume(mActivityRule, fc, null);
1245 FragmentTestUtil.destroy(mActivityRule, fc);
1247 fc = FragmentTestUtil.createController(mActivityRule);
1248 FragmentTestUtil.resume(mActivityRule, fc, savedState);
1273 new HostCallbacks(mActivityRule.getActivity()));
1295 mActivityRule.runOnUiThread(new Runnable() {