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