Home
last modified time | relevance | path

Searched refs:mRestrictedProfile (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DSecurityFragment.java116 private RestrictedProfileModel mRestrictedProfile; field in SecurityFragment
143 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()
/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java103 protected boolean mRestrictedProfile; field in AppRestrictionsFragment
239 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()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java115 private boolean mRestrictedProfile; field in AppRestrictionsFragment
281 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()