Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java1133 protected final int mTimeoutMuted; field in NotificationAttentionHelper.PolitenessStrategy
1152 this.mTimeoutMuted = timeoutMuted; in PolitenessStrategy()
1265 if (timeSinceLastNotif < mTimeoutMuted) { in getNextState()
1274 if (timeSinceLastNotif > mTimeoutMuted) { in getNextState()