Searched refs:mRestrictedProfile (Results 1 – 3 of 3) sorted by relevance
116 private RestrictedProfileModel mRestrictedProfile; field in SecurityFragment143 mRestrictedProfile = new RestrictedProfileModel(getContext()); in onCreate()164 mRestrictedProfile = null; in onDestroy()175 UserInfo userInfo = mRestrictedProfile.getUser(); in onResume()227 if (mRestrictedProfile.isCurrentUser()) { in refresh()238 } else if (mRestrictedProfile.getUser() != null) { in refresh()251 mRestrictedProfile.getUser().id, false); in refresh()293 if (mRestrictedProfile.enterUser()) { in onPreferenceTreeClick()389 mRestrictedProfile.exitUser(); in pinFragmentDone()397 mRestrictedProfile.removeUser(); in pinFragmentDone()
103 protected boolean mRestrictedProfile; field in AppRestrictionsFragment239 mRestrictedProfile = mUserManager.getUserInfo(mUser.getIdentifier()).isRestricted(); in init()389 if (mRestrictedProfile && isAppUnsupportedInRestrictedProfile(pi)) { in populateApps()440 if (mRestrictedProfile && pi.restrictedAccountType != null) { in getPackageSummary()521 if (!mRestrictedProfile) { in onClick()637 if (mRestrictedProfile) { in onReceive()
115 private boolean mRestrictedProfile; field in AppRestrictionsFragment281 mRestrictedProfile = mUserManager.getUserInfo(mUser.getIdentifier()).isRestricted(); in onCreate()439 if (mRestrictedProfile && isAppUnsupportedInRestrictedProfile(pi)) { in populateApps()484 if (mRestrictedProfile && pi.restrictedAccountType != null) { in getPackageSummary()591 if (!mRestrictedProfile) { in onPreferenceTreeClick()697 if (mRestrictedProfile) { in onReceive()