Searched refs:mLastAudiblyAlertedMs (Results 1 – 3 of 3) sorted by relevance
50 private long mLastAudiblyAlertedMs = 0; field in RankingBuilder79 mLastAudiblyAlertedMs = ranking.getLastAudiblyAlertedMillis(); in RankingBuilder()108 mLastAudiblyAlertedMs, in build()178 mLastAudiblyAlertedMs = lastAudiblyAlertedMs; in setLastAudiblyAlertedMs()
1696 private long mLastAudiblyAlertedMs; field in NotificationListenerService.Ranking1733 out.writeLong(mLastAudiblyAlertedMs); in writeToParcel()1771 mLastAudiblyAlertedMs = in.readLong(); in Ranking()1964 return mLastAudiblyAlertedMs; in getLastAudiblyAlertedMillis()2052 mLastAudiblyAlertedMs = lastAudiblyAlertedMs; in populate()2068 if (previous != null && previous.mLastAudiblyAlertedMs > 02069 && this.mLastAudiblyAlertedMs <= 0) {2070 this.mLastAudiblyAlertedMs = previous.mLastAudiblyAlertedMs;2093 other.mLastAudiblyAlertedMs, in populate()2148 && Objects.equals(mLastAudiblyAlertedMs, other.mLastAudiblyAlertedMs) in equals()
138 private long mLastAudiblyAlertedMs; field in NotificationRecord1102 mLastAudiblyAlertedMs = audiblyAlerted ? System.currentTimeMillis() : -1; in setAudiblyAlerted()1123 return mLastAudiblyAlertedMs; in getLastAudiblyAlertedMs()