Searched refs:postTime (Results 1 – 1 of 1) sorted by relevance
40 private final long postTime; field in StatusBarNotification53 long postTime) { in StatusBarNotification() argument66 this.postTime = postTime; in StatusBarNotification()85 this.postTime = in.readLong(); in StatusBarNotification()123 out.writeLong(this.postTime); in writeToParcel()152 this.score, no, this.user, this.postTime); in cloneLight()159 this.score, this.notification.clone(), this.user, this.postTime); in clone()243 return postTime; in getPostTime()