Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallStart.java312 final Intent showAdminSupportDetailsIntent = dpm.createAdminSupportIntent(restriction); in checkDevicePolicyRestrictions() local
313 if (showAdminSupportDetailsIntent != null) { in checkDevicePolicyRestrictions()
314 if (mLocalLOGV) Log.i(TAG, "starting " + showAdminSupportDetailsIntent); in checkDevicePolicyRestrictions()
315 startActivity(showAdminSupportDetailsIntent); in checkDevicePolicyRestrictions()