Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java1256 final long timeSinceLastNotif) { in getNextState() argument
1260 if (timeSinceLastNotif < mTimeoutPolite) { in getNextState()
1265 if (timeSinceLastNotif < mTimeoutMuted) { in getNextState()
1267 } else if (timeSinceLastNotif > mTimeoutPolite) { in getNextState()
1274 if (timeSinceLastNotif > mTimeoutMuted) { in getNextState()
1330 long timeSinceLastNotif = in onNotificationPosted() local
1337 nextState = getNextState(currState, timeSinceLastNotif, record); in onNotificationPosted()
1339 nextState = getNextState(currState, timeSinceLastNotif); in onNotificationPosted()
1351 Log.i(TAG, "onNotificationPosted time delta: " + timeSinceLastNotif + " vol state: " in onNotificationPosted()
1359 final long timeSinceLastNotif, final NotificationRecord record) { in getNextState() argument
[all …]