Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DRestrictedProfileModel.java34 public class RestrictedProfileModel { class
46 public RestrictedProfileModel(final Context context) { in RestrictedProfileModel() method in RestrictedProfileModel
50 RestrictedProfileModel(final Context context, final boolean applyRestrictions) { in RestrictedProfileModel() method in RestrictedProfileModel
H A DUserSwitchListenerService.java60 updateLaunchPoint(context, new RestrictedProfileModel(context).getUser() != null); in onReceive()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DSecurityFragment.java56 import com.android.tv.settings.users.RestrictedProfileModel;
116 private RestrictedProfileModel mRestrictedProfile;
143 mRestrictedProfile = new RestrictedProfileModel(getContext()); in onCreate()
420 return new RestrictedProfileModel(context).isCurrentUser(); in isRestrictedProfileInEffect()
460 final UserInfo existingUserInfo = new RestrictedProfileModel(mContext).getUser(); in doInBackground()
/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/users/
H A DRestrictedProfileTest.java125 private RestrictedProfileModel newRpm() { in newRpm()
126 return new RestrictedProfileModel(mContext, /* applyRestrictions= */ false); in newRpm()