Searched refs:showAdminSupportDetailsIntent (Results 1 – 1 of 1) sorted by relevance
312 final Intent showAdminSupportDetailsIntent = dpm.createAdminSupportIntent(restriction); in checkDevicePolicyRestrictions() local313 if (showAdminSupportDetailsIntent != null) { in checkDevicePolicyRestrictions()314 if (mLocalLOGV) Log.i(TAG, "starting " + showAdminSupportDetailsIntent); in checkDevicePolicyRestrictions()315 startActivity(showAdminSupportDetailsIntent); in checkDevicePolicyRestrictions()