Home | History | Annotate | Download | only in notification

Lines Matching defs:initialPid

35     private final int initialPid;
48 public StatusBarNotification(String pkg, int id, String tag, int uid, int initialPid, int score,
50 this(pkg, id, tag, uid, initialPid, score, notification, UserHandle.OWNER);
54 public StatusBarNotification(String pkg, int id, String tag, int uid, int initialPid, int score,
56 this(pkg, null, id, tag, uid, initialPid, score, notification, user);
61 int initialPid, int score, Notification notification, UserHandle user) {
62 this(pkg, basePkg, id, tag, uid, initialPid, score, notification, user,
67 int initialPid, int score, Notification notification, UserHandle user,
77 this.initialPid = initialPid;
96 this.initialPid = in.readInt();
115 out.writeInt(this.initialPid);
148 this.id, this.tag, this.uid, this.initialPid,
155 this.id, this.tag, this.uid, this.initialPid,
216 return initialPid;