Home
last modified time | relevance | path

Searched refs:postTime (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java40 private final long postTime; field in StatusBarNotification
53 long postTime) { in StatusBarNotification() argument
66 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()