Searched refs:showPolicyRestrictionDialog (Results 1 – 3 of 3) sorted by relevance
58 fun showPolicyRestrictionDialog(restriction: PolicyRestriction.Restricted) { in showPolicyRestrictionDialog() method
137 InstallAborted.ABORT_REASON_POLICY -> showPolicyRestrictionDialog(aborted) in <lambda>()192 private fun showPolicyRestrictionDialog(aborted: InstallAborted) { in <lambda>() method in com.android.packageinstaller.v2.ui.InstallLaunch
123 onRestrictedClick = viewModel::showPolicyRestrictionDialog, in BrightnessSliderContainer()