Searched refs:mLastAudiblyAlertedMs (Results 1 – 2 of 2) sorted by relevance
1512 private long mLastAudiblyAlertedMs; field in NotificationListenerService.Ranking1543 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)
138 private long mLastAudiblyAlertedMs; field in NotificationRecord1057 mLastAudiblyAlertedMs = audiblyAlerted ? System.currentTimeMillis() : -1; in setAudiblyAlerted()1078 return mLastAudiblyAlertedMs; in getLastAudiblyAlertedMs()