Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
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
DUserSwitchListenerService.java158 updateLaunchPoint(this, new RestrictedProfileModel(this).getUser() != null); in switchToLastUserIfUnlocked()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DSecurityFragment.java58 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()
DFallbackHome.java34 import com.android.tv.settings.users.RestrictedProfileModel;
127 return new RestrictedProfileModel(this).checkPassword(password); in checkPassword()
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/users/
DRestrictedProfileTest.java125 private RestrictedProfileModel newRpm() { in newRpm()
126 return new RestrictedProfileModel(mContext, /* applyRestrictions= */ false); in newRpm()