Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPendingIntent.java347 PendingIntent pendingIntent = getCreatedIntentFor(type, intents, requestCode, flags); in create()
387 private static PendingIntent getCreatedIntentFor(Type type, Intent[] intents, int requestCode, in getCreatedIntentFor() method in ShadowPendingIntent