Searched refs:sendShowAdminSupportDetailsIntent (Results 1 – 4 of 4) sorted by relevance
114 RestrictedLockUtils.sendShowAdminSupportDetailsIntent(mContext, mEnforcedAdmin); in performClick()
590 sendShowAdminSupportDetailsIntent(context, admin); in setMenuItemAsDisabledByAdmin()
294 RestrictedLockUtils.sendShowAdminSupportDetailsIntent(mContext, enforcedAdmin); in sendShowAdminSupportDetailsIntent_extraRestrictionProvided()303 RestrictedLockUtils.sendShowAdminSupportDetailsIntent(mContext, null); in sendShowAdminSupportDetailsIntent_noExtraRestriction()
76 public static void sendShowAdminSupportDetailsIntent(Context context, EnforcedAdmin admin) { in sendShowAdminSupportDetailsIntent() method in RestrictedLockUtils