Home
last modified time | relevance | path

Searched defs:quickSettingsContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSSecurityFooterUtils.java195 public void showDeviceMonitoringDialog(Context quickSettingsContext, in showDeviceMonitoringDialog()
446 private void createDialog(Context quickSettingsContext, @Nullable Expandable expandable) { in createDialog()
478 View createDialogView(Context quickSettingsContext) { in createDialogView()
485 private View createOrganizationDialogView(Context quickSettingsContext) { in createOrganizationDialogView()
583 private View createParentalControlsDialogView(Context quickSettingsContext) { in createParentalControlsDialogView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractorTest.kt67 val quickSettingsContext = mock<Context>() in showDeviceMonitoringDialog() constant