Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
DKeyguardQuickAffordanceLegacySettingSyncer.kt176 val currentAffordanceIds = currentSelections[slotId] ?: emptyList() in <lambda>() constant
178 currentAffordanceIds.toMutableList().apply { remove(affordanceId) } in <lambda>()