Home | History | Annotate | Download | only in users

Lines Matching refs:mRestrictedProfile

102     protected boolean mRestrictedProfile;
232 mRestrictedProfile = mUserManager.getUserInfo(mUser.getIdentifier()).isRestricted();
382 if (mRestrictedProfile && isAppUnsupportedInRestrictedProfile(pi)) {
433 if (mRestrictedProfile && pi.restrictedAccountType != null) {
514 if (!mRestrictedProfile) {
629 if (mRestrictedProfile) {