Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DBaseSecurityFragment.java105 protected RestrictedProfileModel mRestrictedProfile; field in BaseSecurityFragment
128 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()
DSecurityFragment.java83 if (mRestrictedProfile.isCurrentUser()) { in refresh()
94 } else if (mRestrictedProfile.getUser() != null) { in refresh()
107 mRestrictedProfile.getUser().id, false, false); in refresh()
DEnterRestrictedProfileFragment.java66 if (mRestrictedProfile.isCurrentUser()) { in refresh()
70 } else if (mRestrictedProfile.getUser() == null) { in refresh()
DCreateRestrictedProfileFragment.java65 if (mRestrictedProfile.getUser() != null) { in refresh()
/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java105 protected boolean mRestrictedProfile; field in AppRestrictionsFragment
237 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()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java124 private boolean mRestrictedProfile; field in AppRestrictionsFragment
294 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()