Searched refs:isAdminInCurrentUserOrProfile (Results 1 – 4 of 4) sorted by relevance
152 return !RestrictedLockUtilsInternal.isAdminInCurrentUserOrProfile(mActivity, admin) in isNotCurrentUserOrProfile()184 if (!RestrictedLockUtilsInternal.isAdminInCurrentUserOrProfile(activity, in setAdminSupportDetails()
172 if (!RestrictedLockUtilsInternal.isAdminInCurrentUserOrProfile(activity, in setAdminSupportDetails()
205 return !RestrictedLockUtilsInternal.isAdminInCurrentUserOrProfile(context, admin) in isNotCurrentUserOrProfile()
602 public static boolean isAdminInCurrentUserOrProfile(Context context, ComponentName admin) { in isAdminInCurrentUserOrProfile() method in RestrictedLockUtilsInternal