Searched refs:timeSinceLastNotif (Results 1 – 1 of 1) sorted by relevance
1256 final long timeSinceLastNotif) { in getNextState() argument1260 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() local1337 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 …]