Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModelTest.kt203 val qsSecurityFooterUtils = mock<QSSecurityFooterUtils>() in <lambda>() constant
208 whenever(qsSecurityFooterUtils.getButtonConfig(any())).thenAnswer { in <lambda>()
216 qsSecurityFooterUtils = qsSecurityFooterUtils, in <lambda>()
266 val qsSecurityFooterUtils = mock<QSSecurityFooterUtils>() in <lambda>() constant
271 whenever(qsSecurityFooterUtils.getButtonConfig(any())).thenAnswer { in <lambda>()
279 qsSecurityFooterUtils = qsSecurityFooterUtils, in <lambda>()
336 val qsSecurityFooterUtils = mock<QSSecurityFooterUtils>() in <lambda>() constant
354 whenever(qsSecurityFooterUtils.showDeviceMonitoringDialog(any(), nullable())).then { in <lambda>()
362 qsSecurityFooterUtils = qsSecurityFooterUtils, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractorTest.kt64 val qsSecurityFooterUtils = mock<QSSecurityFooterUtils>() in showDeviceMonitoringDialog() constant
65 val underTest = utils.footerActionsInteractor(qsSecurityFooterUtils = qsSecurityFooterUtils) in showDeviceMonitoringDialog()
70 verify(qsSecurityFooterUtils).showDeviceMonitoringDialog(quickSettingsContext, null) in showDeviceMonitoringDialog()
74 verify(qsSecurityFooterUtils).showDeviceMonitoringDialog(quickSettingsContext, expandable) in showDeviceMonitoringDialog()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/
DQuickSettingsKosmos.kt62 val Kosmos.qsSecurityFooterUtils by Fixture { in <lambda>() constant
81 qsSecurityFooterUtils = qsSecurityFooterUtils, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractor.kt103 private val qsSecurityFooterUtils: QSSecurityFooterUtils, constant in com.android.systemui.qs.footer.domain.interactor.FooterActionsInteractorImpl
114 withContext(bgDispatcher) { qsSecurityFooterUtils.getButtonConfig(security) } in security()
138 qsSecurityFooterUtils.showDeviceMonitoringDialog(quickSettingsContext, expandable) in showDeviceMonitoringDialog()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/footer/
DFooterActionsTestUtils.kt105 qsSecurityFooterUtils: QSSecurityFooterUtils = mock(), in footerActionsInteractor()
119 qsSecurityFooterUtils, in footerActionsInteractor()