Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/
DNotificationShelfViewBinder.kt25 import com.android.systemui.statusbar.notification.shelf.ui.viewmodel.NotificationShelfViewModel
35 viewModel: NotificationShelfViewModel, in bind()
59 viewModel: NotificationShelfViewModel, in registerViewListenersWhileAttached()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModelKosmos.kt25 NotificationShelfViewModel( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModel.kt29 class NotificationShelfViewModel in <lambda>() class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt30 import com.android.systemui.statusbar.notification.shelf.ui.viewmodel.NotificationShelfViewModel in <lambda>()
54 val shelf: NotificationShelfViewModel, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModelTest.kt53 interface TestComponent : SysUITestComponent<NotificationShelfViewModel> {