Home | History | Annotate | Download | only in devicepolicy

Lines Matching defs:isManagedProfile

2279                 if (profileOwner == null || !mUserManager.isManagedProfile(userId)) {
4021 if (!userInfo.isManagedProfile()) {
4760 if (!isManagedProfile(userHandle)) {
4762 if (userInfo.isManagedProfile()) {
4967 if (isManagedProfile(userId)) {
5224 if (userInfo.isManagedProfile()){
5947 } else if (isManagedProfile(userId)) {
5986 } else if (isManagedProfile(userId)) {
6083 if (isManagedProfile(userHandle) && !isSeparateProfileChallengeEnabled(userHandle)) {
7055 if (isManagedProfile(userHandle)) {
7096 if (!parent && isManagedProfile(userHandle)) {
7111 if (isRequestedUser || !isManagedProfile(userId)) {
7472 if (mUserManager.isManagedProfile(userHandle)) {
7954 if(!isManagedProfile(userHandle)) {
7960 if(isManagedProfile(userHandle)) {
8018 if (isManagedProfile(userId)) {
8079 private boolean isManagedProfile(int userHandle) {
8081 return user != null && user.isManagedProfile();
8413 if (user.isManagedProfile()) {
8460 if (user.isManagedProfile()) {
8542 if (user.isManagedProfile()) {
8606 if (callingUser.isManagedProfile() && callingUser.profileGroupId != currentUser.id) {
8611 if (!callingUser.isManagedProfile() && callingUserId != currentUser.id ) {
8776 if (!isManagedProfile(callingUserId)) {
8997 String restriction = isManagedProfile(userHandle.getIdentifier())
9058 if (isManagedProfile(userId)) {
9093 if (isManagedProfile(userId)) {
9114 if (isManagedProfile(callingUserId)) {
9169 if (!userHandle.isSystem() && !isManagedProfile(userHandle.getIdentifier())) {
9750 if (ui.id == callingUserId || !ui.isManagedProfile()) {
10049 if (!mUserManager.isManagedProfile(callingUserId)) {
10135 if (isManagedProfile(userId)) {
10164 if (isManagedProfile(userId)) {
11149 public boolean isManagedProfile(ComponentName admin) {
11151 return isManagedProfile(mInjector.userHandleGetCallingUserId());