Searched refs:mRestrictedProfile (Results 1 – 4 of 4) sorted by relevance
116 private RestrictedProfileModel mRestrictedProfile; field in SecurityFragment139 mRestrictedProfile = new RestrictedProfileModel(getContext()); in onCreate()154 UserInfo userInfo = mRestrictedProfile.getUser(); in onResume()190 if (mRestrictedProfile.isCurrentUser()) { in refresh()202 } else if (mRestrictedProfile.getUser() != null) { in refresh()216 mRestrictedProfile.getUser().id, false); in refresh()261 if (mRestrictedProfile.enterUser()) { in onPreferenceTreeClick()360 return mRestrictedProfile.checkPassword(password); in checkPassword()365 return mRestrictedProfile.hasLockscreenSecurity(); in hasLockscreenSecurity()386 mRestrictedProfile.exitUser(); in pinFragmentDone()[all …]
103 protected boolean mRestrictedProfile; field in AppRestrictionsFragment233 mRestrictedProfile = mUserManager.getUserInfo(mUser.getIdentifier()).isRestricted(); in init()383 if (mRestrictedProfile && isAppUnsupportedInRestrictedProfile(pi)) { in populateApps()434 if (mRestrictedProfile && pi.restrictedAccountType != null) { in getPackageSummary()515 if (!mRestrictedProfile) { in onClick()631 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()