HomeSort by relevance Sort by last modified time
    Searched refs:RestrictedProfileDialogFragment (Results 1 - 6 of 6) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
RestrictedProfileActivity.java 34 getFragmentManager().beginTransaction().add(new RestrictedProfileDialogFragment(),
UserSwitchListenerService.java 62 RestrictedProfileDialogFragment.switchUserNow(bootUserId);
66 updateLaunchPoint(context, null != RestrictedProfileDialogFragment.findRestrictedUser(
RestrictedProfileDialogFragment.java 53 public class RestrictedProfileDialogFragment extends Fragment implements Action.Listener,
102 RestrictedProfileDialogFragment.this.getString(R.string.user_new_profile_name),
323 return RestrictedProfileDialogFragment.hasLockscreenSecurity(
AppRestrictionsManager.java 202 .iconResourceId(RestrictedProfileDialogFragment.getIconResource())
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
SecurityActivity.java 20 import com.android.tv.settings.users.RestrictedProfileDialogFragment;
84 getFragmentManager().beginTransaction().add(new RestrictedProfileDialogFragment(),
201 .description(RestrictedProfileDialogFragment.getActionDescription(this))
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
BrowseInfo.java 60 import com.android.tv.settings.users.RestrictedProfileDialogFragment;
247 return RestrictedProfileDialogFragment.isRestrictedProfileInEffect(mContext);

Completed in 302 milliseconds