Searched refs:AppRestrictionsFragment (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/ |
D | UserDetailsSettingsTest.java | 336 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()
|
D | UserSettingsTest.java | 753 assertThat(arguments.getBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, false)) in onPreferenceClick_addGuestClicked_createGuestAndOpenDetails()
|
/packages/apps/Settings/src/com/android/settings/users/ |
D | UserDetailsSettings.java | 341 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);
|
D | AppRestrictionsFragment.java | 72 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()
|
D | UserSettings.java | 674 extras.putBoolean(AppRestrictionsFragment.EXTRA_NEW_USER, newUser); in openUserDetails()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/ |
D | AppRestrictionsFragment.java | 81 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/ |
D | SecurityFragment.java | 30 import com.android.tv.settings.users.AppRestrictionsFragment; 106 AppRestrictionsFragment.prepareArgs(mRestrictedProfileAppsPref.getExtras(), in refresh()
|
D | BaseSecurityFragment.java | 55 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/ |
D | exempt_not_implementing_index_provider | 79 com.android.settings.users.AppRestrictionsFragment
|