Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DStatusEvent.kt73 private var privacyChip: OngoingPrivacyChip? = null variable in com.android.systemui.statusbar.events.PrivacyEvent
80 privacyChip = v in context()
102 privacyChip?.contentDescription = other.contentDescription in updateFromEvent()
103 privacyChip?.privacyList = other.privacyItems in updateFromEvent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQuickStatusBarHeaderControllerTest.kt86 private lateinit var privacyChip: OngoingPrivacyChip variable in com.android.systemui.qs.QuickStatusBarHeaderControllerTest
199 verify(privacyChip).setOnClickListener(capture(captor)) in testPrivacyChipClicked()
201 captor.value.onClick(privacyChip) in testPrivacyChipClicked()
275 `when`(view.findViewById<OngoingPrivacyChip>(R.id.privacy_chip)).thenReturn(privacyChip) in stubViews()