Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/domain/interactor/
DKeyguardQuickAffordanceSnapshotRestorer.kt52 allSelections.split(SELECTION_SEPARATOR).map { selection -> in <lambda>()
69 client.querySelections().joinToString(SELECTION_SEPARATOR) { selection -> in <lambda>()
79 private const val SELECTION_SEPARATOR = "|" in <lambda>() constant