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
1544 out.writeLong(mLastAudiblyAlertedMs); in writeToParcel()
1577 mLastAudiblyAlertedMs = in.readLong(); in Ranking()
1755 return mLastAudiblyAlertedMs; in getLastAudiblyAlertedMillis()
1807 mLastAudiblyAlertedMs = lastAudiblyAlertedMs; in populate()
1833 other.mLastAudiblyAlertedMs,
1884 && Objects.equals(mLastAudiblyAlertedMs, other.mLastAudiblyAlertedMs)
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java135 private long mLastAudiblyAlertedMs; field in NotificationRecord
1027 mLastAudiblyAlertedMs = audiblyAlerted ? System.currentTimeMillis() : -1; in setAudiblyAlerted()
1048 return mLastAudiblyAlertedMs; in getLastAudiblyAlertedMs()