Home
last modified time | relevance | path

Searched refs:EXTRA_NEW_USER (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DUserDetailsSettingsTest.java336 mArguments.putBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, true); in initialize_adminSelectsNewRestrictedUser_shouldOpenAppContentScreen()
350 assertThat(arguments.getBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, false)) in initialize_adminSelectsNewRestrictedUser_shouldOpenAppContentScreen()
377 mArguments.putBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, false); in initialize_adminSelectsExistingRestrictedUser_shouldNotStartAppAndContentAccess()
631 assertThat(arguments.getBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, true)) in onPreferenceClick_selectRestrictedUser_appAndContentAccessClicked_startActivity()
DUserSettingsTest.java753 assertThat(arguments.getBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, false)) in onPreferenceClick_addGuestClicked_createGuestAndOpenDetails()
/packages/apps/Settings/src/com/android/settings/users/
DUserDetailsSettings.java341 arguments.getBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, false);
513 extras.putBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, isNewUser);
DAppRestrictionsFragment.java100 public static final String EXTRA_NEW_USER = "new_user"; field in AppRestrictionsFragment
225 mNewUser = args.getBoolean(EXTRA_NEW_USER, false); in init()
DUserSettings.java674 extras.putBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, newUser); in openUserDetails()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java112 private static final String EXTRA_NEW_USER = "new_user"; field in AppRestrictionsFragment
250 bundle.putBoolean(EXTRA_NEW_USER, newUser); in prepareArgs()
280 mNewUser = args.getBoolean(EXTRA_NEW_USER, false); in onCreate()