Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityManager.java6424 public static final class PendingIntentInfo implements Parcelable { class in ActivityManager
6431 public PendingIntentInfo(@Nullable String creatorPackage, int creatorUid, boolean immutable, in PendingIntentInfo() method in ActivityManager.PendingIntentInfo