Home
last modified time | relevance | path

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

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPendingIntent.java619 ShadowPendingIntent shadowPendingIntent = Shadow.extract(pendingIntent); in create() local
631 ShadowPendingIntent shadowPendingIntent = Shadow.extract(pendingIntent); in create() local
642 ShadowPendingIntent shadowPendingIntent = Shadow.extract(pendingIntent); in create() local
661 ShadowPendingIntent shadowPendingIntent = Shadow.extract(createdIntent); in getCreatedIntentFor() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowPendingIntentTest.java334 ShadowPendingIntent shadowPendingIntent = shadowOf(pendingIntent); in updatePendingIntent() local