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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPendingIntent.java19 public class ShadowPendingIntent { class
132 private boolean shadowEquals(ShadowPendingIntent other) {
181 ShadowPendingIntent shadowPendingIntent = Robolectric.shadowOf(pendingIntent);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPendingIntentTest.java39 ShadowPendingIntent shadow = shadowOf(pendingIntent);
51 ShadowPendingIntent shadow = shadowOf(pendingIntent);
63 ShadowPendingIntent shadow = shadowOf(pendingIntent);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectric.java266 ShadowPendingIntent.class,
787 public static ShadowPendingIntent shadowOf(PendingIntent instance) {
788 return (ShadowPendingIntent) shadowOf_(instance);

Completed in 110 milliseconds