Home
last modified time | relevance | path

Searched defs:userInfos (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DSecondaryUserControllerTest.java110 final ArrayList<UserInfo> userInfos = new ArrayList<>(); in noSecondaryUserAddedIfNoneExist() local
124 final ArrayList<UserInfo> userInfos = new ArrayList<>(); in getSecondaryUserControllers_notWorkProfile_addSecondaryUserController() local
141 final ArrayList<UserInfo> userInfos = new ArrayList<>(); in getSecondaryUserControllers_workProfile_addNoSecondaryUserController() local
158 final ArrayList<UserInfo> userInfos = new ArrayList<>(); in profilesOfPrimaryUserAreIgnored() local
199 final ArrayList<UserInfo> userInfos = new ArrayList<>(); in dontAddPrimaryProfileAsASecondaryProfile() local
/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DApplicationsUtils.java68 List<UserInfo> userInfos = userHelper.getAllUsers(); in isProfileOrDeviceOwner() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DExperimentalCarUserManagerUnitTest.java141 List<UserInfo> userInfos = UserTestingHelper.newUsers(10, 20, 30); in testGetAllDrivers() local
149 List<UserInfo> userInfos = UserTestingHelper.newUsers(100, 101, 102); in testGetAllPassengers() local
/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DAndroidMockitoHelper.java143 @NonNull List<UserInfo> userInfos) { in mockUmGetAllUsers()
152 public static void mockUmGetUsers(@NonNull UserManager um, @NonNull List<UserInfo> userInfos) { in mockUmGetUsers()
/packages/apps/Settings/src/com/android/settings/privacy/
DEnableContentCaptureWithServiceSettingsPreferenceController.java94 final List<UserInfo> userInfos = userManager.getUsers(); in show() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppInfoDashboardFragmentTest.java297 final List<UserInfo> userInfos = new ArrayList<>(); in getNumberOfUserWithPackageInstalled_twoUsersInstalled_shouldReturnTwo() local
320 final List<UserInfo> userInfos = new ArrayList<>(); in getNumberOfUserWithPackageInstalled_oneUserInstalled_shouldReturnOne() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DUtilsTest.java181 final List<UserInfo> userInfos = new ArrayList<>(); in isProfileOrDeviceOwner_profileOwnerApp_returnTrue() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/
DEnterprisePolicyGuardTest.java266 List<UserInfo> userInfos = MANAGED_USERINFO_LIST; in getMockContext() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DAppInfoDashboardFragment.java510 final List<UserInfo> userInfos = mUserManager.getUsers(true); in getNumberOfUserWithPackageInstalled() local
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppInfoDashboardFragment.java529 final List<UserInfo> userInfos = mUserManager.getUsers(true); in getNumberOfUserWithPackageInstalled() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DUtils.java898 List<UserInfo> userInfos = userManager.getUsers(); in isProfileOrDeviceOwner() local
/packages/apps/Settings/src/com/android/settings/
DUtils.java883 final List<UserInfo> userInfos = userManager.getUsers(); in isProfileOrDeviceOwner() local