Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DSecurityFragment.java116 private RestrictedProfileModel mRestrictedProfile; field in SecurityFragment
139 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 …]
/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java103 protected boolean mRestrictedProfile; field in AppRestrictionsFragment
233 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DAppRestrictionsFragment.java103 protected boolean mRestrictedProfile; field in AppRestrictionsFragment
233 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()
/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()