Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPendingIntent.java40 public class ShadowPendingIntent { class
306 ShadowPendingIntent that = Shadow.extract((PendingIntent) o); in equals()
354 ShadowPendingIntent shadowPendingIntent = Shadow.extract(pendingIntent); in create()
366 ShadowPendingIntent shadowPendingIntent = Shadow.extract(pendingIntent); in create()
374 ShadowPendingIntent shadowPendingIntent = Shadow.extract(pendingIntent); in create()
390 ShadowPendingIntent shadowPendingIntent = Shadow.extract(createdIntent); in getCreatedIntentFor()
DShadowAlarmManager.java171 ShadowPendingIntent shadowPendingIntent = Shadow.extract(operation); in cancel()
176 ShadowPendingIntent scheduledShadowPendingIntent = Shadow.extract(scheduledAlarm.operation); in cancel()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPendingIntentTest.java43 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getBroadcast_shouldCreateIntentForBroadcast()
59 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getActivity_shouldCreateIntentForBroadcast()
75 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getActivities_shouldCreateIntentForBroadcast()
91 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getActivities_withBundle_shouldCreateIntentForBroadcast()
106 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getService_shouldCreateIntentForBroadcast()
123 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getForegroundService_shouldCreateIntentForBroadcast()
262 ShadowPendingIntent shadowPendingIntent = shadowOf(pendingIntent); in updatePendingIntent()