Home
last modified time | relevance | path

Searched defs:userChipViewModel (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewController.kt66 private val userChipViewModel: StatusBarUserChipViewModel, in <lambda>() constant
269 private val userChipViewModel: StatusBarUserChipViewModel, in <lambda>() constant in com.android.systemui.statusbar.phone.Factory
DKeyguardStatusBarViewController.java305 StatusBarUserChipViewModel userChipViewModel, in KeyguardStatusBarViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewControllerTest.kt77 @Mock private lateinit var userChipViewModel: StatusBarUserChipViewModel variable in com.android.systemui.statusbar.phone.PhoneStatusBarViewControllerTest