Home
last modified time | relevance | path

Searched refs:AppRestrictionsFragment (Results 1 – 9 of 9) 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()
344 .isEqualTo(AppRestrictionsFragment.class.getName()); in initialize_adminSelectsNewRestrictedUser_shouldOpenAppContentScreen()
348 assertThat(arguments.getInt(AppRestrictionsFragment.EXTRA_USER_ID, 0)) 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()
626 .isEqualTo(AppRestrictionsFragment.class.getName()); in onPreferenceClick_selectRestrictedUser_appAndContentAccessClicked_startActivity()
629 assertThat(arguments.getInt(AppRestrictionsFragment.EXTRA_USER_ID, 0)) in onPreferenceClick_selectRestrictedUser_appAndContentAccessClicked_startActivity()
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);
512 extras.putInt(AppRestrictionsFragment.EXTRA_USER_ID, mUserInfo.id);
513 extras.putBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, isNewUser);
515 .setDestination(AppRestrictionsFragment.class.getName())
527 extras.putInt(AppRestrictionsFragment.EXTRA_USER_ID, mUserInfo.id);
DAppRestrictionsFragment.java72 public class AppRestrictionsFragment extends SettingsPreferenceFragment implements class
76 private static final String TAG = AppRestrictionsFragment.class.getSimpleName();
122 mHelper.applyUserAppsStates(AppRestrictionsFragment.this);
288 mHelper.applyUserAppsStates(AppRestrictionsFragment.this); in onPause()
641 if (invokeIfCustom && AppRestrictionsFragment.this.isResumed()) { in onReceive()
653 AppRestrictionsFragment.this.startActivityForResult( in onReceive()
726 p.setOnPreferenceChangeListener(AppRestrictionsFragment.this); in onRestrictionsReceived()
DUserSettings.java674 extras.putBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, newUser); in openUserDetails()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java81 public class AppRestrictionsFragment extends SettingsPreferenceFragment implements class
85 private static final String TAG = AppRestrictionsFragment.class.getSimpleName();
143 mHelper.applyUserAppsStates(AppRestrictionsFragment.this);
254 public static AppRestrictionsFragment newInstance(int userId, boolean newUser, in newInstance()
258 AppRestrictionsFragment fragment = new AppRestrictionsFragment(); in newInstance()
353 mHelper.applyUserAppsStates(AppRestrictionsFragment.this); in onPause()
805 p.setOnPreferenceChangeListener(AppRestrictionsFragment.this); in onRestrictionsReceived()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DSecurityFragment.java30 import com.android.tv.settings.users.AppRestrictionsFragment;
106 AppRestrictionsFragment.prepareArgs(mRestrictedProfileAppsPref.getExtras(), in refresh()
DBaseSecurityFragment.java55 import com.android.tv.settings.users.AppRestrictionsFragment;
315 final AppRestrictionsFragment restrictionsFragment = in onRestrictedUserCreated()
316 AppRestrictionsFragment.newInstance(userId, true, in onRestrictedUserCreated()
/packages/apps/Settings/tests/robotests/assets/
Dexempt_not_implementing_index_provider79 com.android.settings.users.AppRestrictionsFragment