Searched defs:postTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java38 private final long postTime; field in class:StatusBarNotification
57 long postTime) {
72 this.postTime = postTime;
90 this.postTime = in.readLong();
109 out.writeLong(this.postTime);
138 this.score, no, this.user, this.postTime);
145 this.score, this.notification.clone(), this.user, this.postTime);
226 return postTime;
55 StatusBarNotification(String pkg, String basePkg, int id, String tag, int uid, int initialPid, int score, Notification notification, UserHandle user, long postTime) argument

Completed in 42 milliseconds