Searched refs:getSavedContext (Results 1 – 2 of 2) sorted by relevance
44 assertThat(Robolectric.application, equalTo(shadow.getSavedContext())); in getBroadcast__shouldCreateIntentForBroadcast()56 assertThat(Robolectric.application, equalTo(shadow.getSavedContext())); in getActivity__shouldCreateIntentForBroadcast()68 assertThat(Robolectric.application, equalTo(shadow.getSavedContext())); in getService__shouldCreateIntentForBroadcast()
167 public Context getSavedContext() { in getSavedContext() method in ShadowPendingIntent