Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/
H A DFooterActionsViewModelTest.kt211 val qsSecurityFooterUtils = mock<QSSecurityFooterUtils>() regex
216 whenever(qsSecurityFooterUtils.getButtonConfig(any())).thenAnswer {
224 qsSecurityFooterUtils = qsSecurityFooterUtils,
274 val qsSecurityFooterUtils = mock<QSSecurityFooterUtils>() regex
279 whenever(qsSecurityFooterUtils.getButtonConfig(any())).thenAnswer {
287 qsSecurityFooterUtils = qsSecurityFooterUtils,
344 val qsSecurityFooterUtils = mock<QSSecurityFooterUtils>() regex
362 whenever(qsSecurityFooterUtils.showDeviceMonitoringDialog(any(), nullable())).then {
370 qsSecurityFooterUtils = qsSecurityFooterUtils,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/domain/interactor/
H A DFooterActionsInteractorTest.kt64 val qsSecurityFooterUtils = mock<QSSecurityFooterUtils>() regex
65 val underTest = utils.footerActionsInteractor(qsSecurityFooterUtils = qsSecurityFooterUtils)
70 verify(qsSecurityFooterUtils).showDeviceMonitoringDialog(quickSettingsContext, null)
74 verify(qsSecurityFooterUtils).showDeviceMonitoringDialog(quickSettingsContext, expandable)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/
H A DFooterActionsInteractor.kt103 private val qsSecurityFooterUtils: QSSecurityFooterUtils,
114 withContext(bgDispatcher) { qsSecurityFooterUtils.getButtonConfig(security) }
138 qsSecurityFooterUtils.showDeviceMonitoringDialog(quickSettingsContext, expandable)
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/footer/
H A DFooterActionsTestUtils.kt103 qsSecurityFooterUtils: QSSecurityFooterUtils = mock(),
117 qsSecurityFooterUtils,