Searched refs:RestrictedProfileModel (Results 1 – 4 of 4) 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
60 updateLaunchPoint(context, new RestrictedProfileModel(context).getUser() != null); in onReceive()
56 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()
125 private RestrictedProfileModel newRpm() { in newRpm()126 return new RestrictedProfileModel(mContext, /* applyRestrictions= */ false); in newRpm()