Searched refs:RestrictedProfileModel (Results 1 – 5 of 5) sorted by relevance
34 public class RestrictedProfileModel { class46 public RestrictedProfileModel(final Context context) { in RestrictedProfileModel() method in RestrictedProfileModel50 RestrictedProfileModel(final Context context, final boolean applyRestrictions) { in RestrictedProfileModel() method in RestrictedProfileModel
158 updateLaunchPoint(this, new RestrictedProfileModel(this).getUser() != null); in switchToLastUserIfUnlocked()
58 import com.android.tv.settings.users.RestrictedProfileModel;116 private RestrictedProfileModel mRestrictedProfile;139 mRestrictedProfile = new RestrictedProfileModel(getContext()); in onCreate()419 return new RestrictedProfileModel(context).isCurrentUser(); in isRestrictedProfileInEffect()456 final UserInfo existingUserInfo = new RestrictedProfileModel(mContext).getUser(); in doInBackground()
34 import com.android.tv.settings.users.RestrictedProfileModel;127 return new RestrictedProfileModel(this).checkPassword(password); in checkPassword()
125 private RestrictedProfileModel newRpm() { in newRpm()126 return new RestrictedProfileModel(mContext, /* applyRestrictions= */ false); in newRpm()