Home | History | Annotate | Download | only in notification

Lines Matching defs:postTime

45     private final long postTime;
52 String overrideGroupKey, long postTime) {
64 this.postTime = postTime;
76 long postTime) {
88 this.postTime = postTime;
106 this.postTime = in.readLong();
176 out.writeLong(this.postTime);
211 no, this.user, this.overrideGroupKey, this.postTime);
218 this.notification.clone(), this.user, this.overrideGroupKey, this.postTime);
303 return postTime;