Home
last modified time | relevance | path

Searched refs:startAdminSupportDetailsDialog (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/domain/interactor/
DBrightnessPolicyEnforcementInteractor.kt42 fun startAdminSupportDetailsDialog(restriction: PolicyRestriction.Restricted) { in startAdminSupportDetailsDialog() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/ui/viewmodel/
DBrightnessSliderViewModel.kt59 brightnessPolicyEnforcementInteractor.startAdminSupportDetailsDialog(restriction) in showPolicyRestrictionDialog()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/domain/interactor/
DBrightnessPolicyEnforcementInteractorTest.kt100 underTest.startAdminSupportDetailsDialog( in startRestrictionDialog()