Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherPrefs.kt140 prefToItemValueList.value.forEach { itemToValue: Pair<Item, Any> -> in <lambda>() method
141 putValue(itemToValue.first, itemToValue.second) in <lambda>()