Searched refs:ShadowActivity (Results 1 – 10 of 10) 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()
245 ShadowActivity shadowActivity = shadowOf(activity); in shouldSupportStartActivityForResult()259 ShadowActivity shadowActivity = shadowOf(activity); in shouldSupportGetStartedActivitiesForResult()264 … ShadowActivity.IntentForResult intentForResult = shadowActivity.getNextStartedActivityForResult(); in shouldSupportGetStartedActivitiesForResult()275 ShadowActivity shadowActivity = shadowOf(activity); in shouldSupportPeekStartedActivitiesForResult()280 …ShadowActivity.IntentForResult intentForResult = shadowActivity.peekNextStartedActivityForResult(); in shouldSupportPeekStartedActivitiesForResult()474 ShadowActivity shadow = shadowOf(activity); in shouldSupportCurrentFocus()499 ShadowActivity shadow = shadowOf(activity); in setDefaultKeyMode_shouldSetKeyMode()597 ShadowActivity shadow = shadowOf(activity); in startAndStopManagingCursorTracksCursors()815 …ShadowActivity.IntentForResult intentForResult = shadowOf(activity).getNextStartedActivityForResul… in canStartActivityFromFragment()828 …ShadowActivity.IntentForResult intentForResult = shadowOf(activity).getNextStartedActivityForResul… in canStartActivityFromFragment_withBundle()[all …]
32 assertThat((ShadowActivity) Shadow.extract(activity)).isSameAs(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()
12 import org.robolectric.shadows.ShadowActivity;57 .addShadowClasses(ShadowActivity.class) in shouldNotReturnMismatchedClassesJustBecauseTheSimpleNameMatches()60 .isEqualTo(ShadowActivity.class.getName()); in shouldNotReturnMismatchedClassesJustBecauseTheSimpleNameMatches()
21 import org.robolectric.shadows.ShadowActivity;55 ShadowActivity shadowActivity = Shadow.extract(controller.get()); in getActivityResult()135 Shadow.<ShadowActivity>extract(recreatedActivity) in recreateActivity()
23 import org.robolectric.shadows.ShadowActivity;54 ShadowActivity shadowActivity = Shadow.extract(component); in attach()347 ShadowActivity shadowActivity = Shadow.extract(recreatedActivity); in configurationChange()
9 public class ShadowActivityGroup extends ShadowActivity {
52 public class ShadowActivity extends ShadowContextThemeWrapper { class
55 import org.robolectric.shadows.ShadowActivity.IntentForResult;