Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstallerActivity.java497 final Intent showAdminSupportDetailsIntent = dpm.createAdminSupportIntent(restriction); in startAdminSupportDetailsActivity() local
498 if (showAdminSupportDetailsIntent != null) { in startAdminSupportDetailsActivity()
499 if (mLocalLOGV) Log.i(TAG, "starting " + showAdminSupportDetailsIntent); in startAdminSupportDetailsActivity()
500 startActivity(showAdminSupportDetailsIntent); in startAdminSupportDetailsActivity()