Searched refs:SingleLineViewModel (Results 1 – 7 of 7) sorted by relevance
19 import com.android.systemui.statusbar.notification.row.ui.viewmodel.SingleLineViewModel23 val singleLineViewModel: SingleLineViewModel? = null,
20 import com.android.systemui.statusbar.notification.row.ui.viewmodel.SingleLineViewModel24 fun bind(viewModel: SingleLineViewModel?, view: HybridNotificationView?) { in bind()
22 import com.android.systemui.statusbar.notification.row.ui.viewmodel.SingleLineViewModel26 fun bind(viewModel: SingleLineViewModel, view: HybridNotificationView?) { in bind()
39 import com.android.systemui.statusbar.notification.row.ui.viewmodel.SingleLineViewModel61 ): SingleLineViewModel { in inflateSingleLineViewModel()63 return SingleLineViewModel(null, null, null) in inflateSingleLineViewModel()70 return SingleLineViewModel( in inflateSingleLineViewModel()103 return SingleLineViewModel( in inflateSingleLineViewModel()
62 import com.android.systemui.statusbar.notification.row.ui.viewmodel.SingleLineViewModel;939 SingleLineViewModel viewModel = result.mInflatedSingleLineViewModel;1349 SingleLineViewModel mInflatedSingleLineViewModel;
31 data class SingleLineViewModel( dataClass
40 import com.android.systemui.statusbar.notification.row.ui.viewmodel.SingleLineViewModel in <lambda>()102 assertEquals(SingleLineViewModel(CONTENT_TITLE, CONTENT_TEXT, null), singleLineViewModel) in <lambda>()350 private fun Notification.makeSingleLineViewModel(type: NotificationType): SingleLineViewModel { in <lambda>()