Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DPrivacyChipBuilder.kt44 fun joinTypes(): String { in joinTypes() method
DOngoingPrivacyChip.kt106 val typesText = builder.joinTypes() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventCoordinator.kt88 val items = PrivacyChipBuilder(context, event.privacyItems).joinTypes() in notifyPrivacyItemsChanged()