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.java317 mArguments.putBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, true); in initialize_adminSelectsNewRestrictedUser_shouldOpenAppContentScreen()
331 assertThat(arguments.getBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, false)) in initialize_adminSelectsNewRestrictedUser_shouldOpenAppContentScreen()
357 mArguments.putBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, false); in initialize_adminSelectsExistingRestrictedUser_shouldNotStartAppAndContentAccess()
566 assertThat(arguments.getBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, true)) in onPreferenceClick_selectRestrictedUser_appAndContentAccessClicked_startActivity()
DUserSettingsTest.java638 assertThat(arguments.getBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, false)) in onPreferenceClick_addGuestClicked_createGuestAndOpenDetails()
/packages/apps/Settings/src/com/android/settings/users/
DUserDetailsSettings.java237 arguments.getBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, false);
389 extras.putBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, isNewUser);
DAppRestrictionsFragment.java98 public static final String EXTRA_NEW_USER = "new_user"; field in AppRestrictionsFragment
227 mNewUser = args.getBoolean(EXTRA_NEW_USER, false); in init()
DUserSettings.java529 extras.putBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, newUser); in openUserDetails()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java110 private static final String EXTRA_NEW_USER = "new_user"; field in AppRestrictionsFragment
240 bundle.putBoolean(EXTRA_NEW_USER, newUser); in prepareArgs()
268 mNewUser = args.getBoolean(EXTRA_NEW_USER, false); in onCreate()