Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DPrivacyChipBuilder.kt37 private fun <T> List<T>.joinWithAnd(): StringBuilder { in joinWithAnd() method
40 append(this@joinWithAnd.last()) in joinWithAnd()
48 else -> types.map { it.getName(context) }.joinWithAnd().toString() in joinTypes()