Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1512 private long mLastAudiblyAlertedMs; field in NotificationListenerService.Ranking
1543 out.writeLong(mLastAudiblyAlertedMs); in writeToParcel()
1575 mLastAudiblyAlertedMs = in.readLong(); in Ranking()
1752 return mLastAudiblyAlertedMs; in getLastAudiblyAlertedMillis()
1798 mLastAudiblyAlertedMs = lastAudiblyAlertedMs; in populate()
1823 other.mLastAudiblyAlertedMs,
1873 && Objects.equals(mLastAudiblyAlertedMs, other.mLastAudiblyAlertedMs)
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java138 private long mLastAudiblyAlertedMs; field in NotificationRecord
1057 mLastAudiblyAlertedMs = audiblyAlerted ? System.currentTimeMillis() : -1; in setAudiblyAlerted()
1078 return mLastAudiblyAlertedMs; in getLastAudiblyAlertedMs()