Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherPrefs.kt101 prepareToPutValues(itemsToValues).forEach { it.apply() } in <lambda>()
111 prepareToPutValues(itemsToValues).forEach { it.commit() } in <lambda>()
123 private fun prepareToPutValues( in <lambda>() method in com.android.launcher3.LauncherPrefs