Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaDataManager.kt129 val MAX_COMPACT_ACTIONS = 3 regex
601 if (actionsToShowCollapsed.size > MAX_COMPACT_ACTIONS) {
602 Log.e(TAG, "Too many compact actions for $key, limiting to first $MAX_COMPACT_ACTIONS")
603 actionsToShowCollapsed = actionsToShowCollapsed.subList(0, MAX_COMPACT_ACTIONS)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
H A DMediaDataManagerTest.kt584 MediaDataManager.MAX_COMPACT_ACTIONS)