Home
last modified time | relevance | path

Searched refs:ShadowPendingIntent (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPendingIntent.java19 public class ShadowPendingIntent { class
132 private boolean shadowEquals(ShadowPendingIntent other) { in shadowEquals()
181 ShadowPendingIntent shadowPendingIntent = Robolectric.shadowOf(pendingIntent); in create()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DPendingIntentTest.java39 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getBroadcast__shouldCreateIntentForBroadcast()
51 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getActivity__shouldCreateIntentForBroadcast()
63 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getService__shouldCreateIntentForBroadcast()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DRobolectric.java269 ShadowPendingIntent.class, in getDefaultShadowClasses()
793 public static ShadowPendingIntent shadowOf(PendingIntent instance) { in shadowOf()
794 return (ShadowPendingIntent) shadowOf_(instance); in shadowOf()