Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstallerActivity.java457 final Intent showAdminSupportDetailsIntent = dpm.createAdminSupportIntent(restriction); in startAdminSupportDetailsActivity() local
458 if (showAdminSupportDetailsIntent != null) { in startAdminSupportDetailsActivity()
459 startActivity(showAdminSupportDetailsIntent); in startAdminSupportDetailsActivity()