Searched refs:bouncerDialogFactory (Results 1 – 2 of 2) sorted by relevance
66 private val bouncerDialogFactory = constant in com.android.systemui.bouncer.ui.composable.BouncerContentTest87 dialogFactory = bouncerDialogFactory in BouncerContentUnderTest()
45 fun bouncerDialogFactory(@Application context: Context): BouncerDialogFactory { in bindBouncerView() method