Searched refs:ShadowActivity (Results 1 – 11 of 11) sorted by relevance
16 import org.robolectric.shadows.ShadowActivity;76 ShadowActivity shadowActivity = extract(target); in execStartActivity()95 ShadowActivity shadowActivity = extract(target); in execStartActivity()115 ShadowActivity shadowActivity = extract(target); in execStartActivity()136 ShadowActivity shadowActivity = extract(target); in execStartActivity()
12 import org.robolectric.shadows.ShadowActivity;57 .addShadowClasses(ShadowActivity.class) in shouldNotReturnMismatchedClassesJustBecauseTheSimpleNameMatches()60 .isEqualTo(ShadowActivity.class.getName()); in shouldNotReturnMismatchedClassesJustBecauseTheSimpleNameMatches()
246 ShadowActivity shadowActivity = shadowOf(activity); in shouldSupportStartActivityForResult()260 ShadowActivity shadowActivity = shadowOf(activity); in shouldSupportGetStartedActivitiesForResult()265 … ShadowActivity.IntentForResult intentForResult = shadowActivity.getNextStartedActivityForResult(); in shouldSupportGetStartedActivitiesForResult()276 ShadowActivity shadowActivity = shadowOf(activity); in shouldSupportPeekStartedActivitiesForResult()281 …ShadowActivity.IntentForResult intentForResult = shadowActivity.peekNextStartedActivityForResult(); in shouldSupportPeekStartedActivitiesForResult()475 ShadowActivity shadow = shadowOf(activity); in shouldSupportCurrentFocus()500 ShadowActivity shadow = shadowOf(activity); in setDefaultKeyMode_shouldSetKeyMode()598 ShadowActivity shadow = shadowOf(activity); in startAndStopManagingCursorTracksCursors()816 …ShadowActivity.IntentForResult intentForResult = shadowOf(activity).getNextStartedActivityForResul… in canStartActivityFromFragment()829 …ShadowActivity.IntentForResult intentForResult = shadowOf(activity).getNextStartedActivityForResul… in canStartActivityFromFragment_withBundle()[all …]
32 assertThat((ShadowActivity) Shadow.extract(activity)).isSameInstanceAs(shadowOf(activity)); in extractor()
180 ShadowActivity shadowActivity = shadowOf(otherContext); in send_shouldNotReusePreviouslyFilledInIntentData()204 ShadowActivity shadowActivity = shadowOf(otherContext); in send_shouldFillInLastIntentData()228 ShadowActivity shadowActivity = shadowOf(otherContext); in send_shouldNotUsePreviouslyFilledInLastIntentData()
23 import org.robolectric.shadows.ShadowActivity;35 public static class TrackingShadowActivity extends ShadowActivity {
21 import org.robolectric.shadows.ShadowActivity;60 ShadowActivity shadowActivity = Shadow.extract(controller.get()); in getActivityResult()140 Shadow.<ShadowActivity>extract(recreatedActivity) in recreateActivity()
9 public class ShadowActivityGroup extends ShadowActivity {
55 import org.robolectric.shadows.ShadowActivity.IntentForResult;
52 public class ShadowActivity extends ShadowContextThemeWrapper { class
23 import org.robolectric.shadows.ShadowActivity;54 ShadowActivity shadowActivity = Shadow.extract(component); in attach()347 ShadowActivity shadowActivity = Shadow.extract(recreatedActivity); in configurationChange()