Searched refs:mRestrictedProfile (Results 1 – 6 of 6) sorted by relevance
105 protected RestrictedProfileModel mRestrictedProfile; field in BaseSecurityFragment128 mRestrictedProfile = new RestrictedProfileModel(getContext()); in onCreate()149 mRestrictedProfile = null; in onDestroy()160 UserInfo userInfo = mRestrictedProfile.getUser(); in onResume()206 if (mRestrictedProfile.enterUser()) { in onPreferenceTreeClick()284 mRestrictedProfile.exitUser(); in pinFragmentDone()292 mRestrictedProfile.removeUser(); in pinFragmentDone()
83 if (mRestrictedProfile.isCurrentUser()) { in refresh()94 } else if (mRestrictedProfile.getUser() != null) { in refresh()107 mRestrictedProfile.getUser().id, false, false); in refresh()
66 if (mRestrictedProfile.isCurrentUser()) { in refresh()70 } else if (mRestrictedProfile.getUser() == null) { in refresh()
65 if (mRestrictedProfile.getUser() != null) { in refresh()
105 protected boolean mRestrictedProfile; field in AppRestrictionsFragment237 mRestrictedProfile = mUserManager.getUserInfo(mUser.getIdentifier()).isRestricted(); in init()387 if (mRestrictedProfile && isAppUnsupportedInRestrictedProfile(pi)) { in populateApps()438 if (mRestrictedProfile && pi.restrictedAccountType != null) { in getPackageSummary()519 if (!mRestrictedProfile) { in onClick()635 if (mRestrictedProfile) { in onReceive()
124 private boolean mRestrictedProfile; field in AppRestrictionsFragment294 mRestrictedProfile = mUserManager.getUserInfo(mUser.getIdentifier()).isRestricted(); in onCreate()473 if (mRestrictedProfile && isAppUnsupportedInRestrictedProfile(pi)) { in populateApps()518 if (mRestrictedProfile && pi.restrictedAccountType != null) { in getPackageSummary()622 if (!mRestrictedProfile) { in onPreferenceTreeClick()736 if (mRestrictedProfile) { in onReceive()