Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaDataManager.kt134 val MAX_COMPACT_ACTIONS = 3 constant
584 if (actionsToShowCollapsed.size > MAX_COMPACT_ACTIONS) { in loadMediaDataInBg()
585 Log.e(TAG, "Too many compact actions for $key, limiting to first $MAX_COMPACT_ACTIONS") in loadMediaDataInBg()
586 actionsToShowCollapsed = actionsToShowCollapsed.subList(0, MAX_COMPACT_ACTIONS) in loadMediaDataInBg()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
DMediaDataManagerTest.kt507 MediaDataManager.MAX_COMPACT_ACTIONS) in testTooManyCompactActions_isTruncated()