Home
last modified time | relevance | path

Searched defs:shadowPendingIntent (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPendingIntent.java354 ShadowPendingIntent shadowPendingIntent = Shadow.extract(pendingIntent); in create() local
366 ShadowPendingIntent shadowPendingIntent = Shadow.extract(pendingIntent); in create() local
374 ShadowPendingIntent shadowPendingIntent = Shadow.extract(pendingIntent); in create() local
390 ShadowPendingIntent shadowPendingIntent = Shadow.extract(createdIntent); in getCreatedIntentFor() local
DShadowAlarmManager.java171 ShadowPendingIntent shadowPendingIntent = Shadow.extract(operation); in cancel() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPendingIntentTest.java262 ShadowPendingIntent shadowPendingIntent = shadowOf(pendingIntent); in updatePendingIntent() local