Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/ui/
DInstallLaunch.kt211 val blockedByPolicyDialog = createDevicePolicyRestrictionDialog(restriction) in <lambda>()
226 private fun createDevicePolicyRestrictionDialog(restriction: String?): DialogFragment? { in <lambda>() method in com.android.packageinstaller.v2.ui.InstallLaunch