Searched refs:showDeviceMonitoringDialog (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/domain/interactor/ |
H A D | FooterActionsInteractorTest.kt | 63 fun showDeviceMonitoringDialog() { regex 69 underTest.showDeviceMonitoringDialog(quickSettingsContext, null) 70 verify(qsSecurityFooterUtils).showDeviceMonitoringDialog(quickSettingsContext, null) 73 underTest.showDeviceMonitoringDialog(quickSettingsContext, expandable) 74 verify(qsSecurityFooterUtils).showDeviceMonitoringDialog(quickSettingsContext, expandable)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/ |
H A D | FooterActionsInteractor.kt | 77 fun showDeviceMonitoringDialog(quickSettingsContext: Context, expandable: Expandable?) regex 134 override fun showDeviceMonitoringDialog( 138 qsSecurityFooterUtils.showDeviceMonitoringDialog(quickSettingsContext, expandable)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/ |
H A D | FooterActionsViewModel.kt | 209 footerActionsInteractor.showDeviceMonitoringDialog( 221 footerActionsInteractor.showDeviceMonitoringDialog(quickSettingsContext, expandable)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/ |
H A D | FooterActionsViewModelTest.kt | 362 whenever(qsSecurityFooterUtils.showDeviceMonitoringDialog(any(), nullable())).then {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | QSSecurityFooterTest.java | 737 mFooterUtils.showDeviceMonitoringDialog(getContext(), expandable); in testFinancedDeviceUsesSettingsButtonText()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSSecurityFooterUtils.java | 195 public void showDeviceMonitoringDialog(Context quickSettingsContext, in showDeviceMonitoringDialog() method in QSSecurityFooterUtils
|