Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt80 private val mFSIUpdateCandidates = ArrayMap<String, Long>() in <lambda>() constant
531 mFSIUpdateCandidates.remove(entry.key) in <lambda>()
542 mFSIUpdateCandidates.remove(entry.key) in <lambda>()
591 mFSIUpdateCandidates[entry.key] = time in <lambda>()
614 val addedTime = mFSIUpdateCandidates[entry.key] ?: return false in <lambda>()
634 for ((key, addedTime) in mFSIUpdateCandidates) { in <lambda>()
639 mFSIUpdateCandidates.removeAll(toRemoveForFSI) in <lambda>()