Searched refs:ShadowPendingIntent (Results 1 – 3 of 3) sorted by relevance
19 public class ShadowPendingIntent { class132 private boolean shadowEquals(ShadowPendingIntent other) { in shadowEquals()181 ShadowPendingIntent shadowPendingIntent = Robolectric.shadowOf(pendingIntent); in create()
39 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getBroadcast__shouldCreateIntentForBroadcast()51 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getActivity__shouldCreateIntentForBroadcast()63 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getService__shouldCreateIntentForBroadcast()
269 ShadowPendingIntent.class, in getDefaultShadowClasses()793 public static ShadowPendingIntent shadowOf(PendingIntent instance) { in shadowOf()794 return (ShadowPendingIntent) shadowOf_(instance); in shadowOf()