HomeSort by relevance Sort by last modified time
    Searched full:restrictedprofilepindialogfragment (Results 1 - 2 of 2) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
RestrictedProfileDialogFragment.java 54 AppLoadingTask.Listener, RestrictedProfilePinDialogFragment.Callback {
207 RestrictedProfilePinDialogFragment restrictedProfilePinDialogFragment =
208 RestrictedProfilePinDialogFragment.newInstance(
210 restrictedProfilePinDialogFragment.setTargetFragment(this, 0);
211 restrictedProfilePinDialogFragment.show(getFragmentManager(),
218 RestrictedProfilePinDialogFragment restrictedProfilePinDialogFragment =
219 RestrictedProfilePinDialogFragment.newInstance(
221 restrictedProfilePinDialogFragment.setTargetFragment(this, 0)
    [all...]
RestrictedProfilePinDialogFragment.java 30 public class RestrictedProfilePinDialogFragment extends PinDialogFragment {
39 "RestrictedProfileActivity$RestrictedProfilePinDialogFragment.disable_pin_until";
41 public static RestrictedProfilePinDialogFragment newInstance(int type) {
42 RestrictedProfilePinDialogFragment fragment = new RestrictedProfilePinDialogFragment();

Completed in 74 milliseconds