Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DSecondaryUserControllerTest.java111 final ArrayList<UserInfo> userInfos = new ArrayList<>(); in noSecondaryUserAddedIfNoneExist() local
126 final ArrayList<UserInfo> userInfos = new ArrayList<>(); in getSecondaryUserControllers_notWorkProfile_addSecondaryUserController() local
145 final ArrayList<UserInfo> userInfos = new ArrayList<>(); in getSecondaryUserControllers_workProfile_addNoSecondaryUserController() local
164 final ArrayList<UserInfo> userInfos = new ArrayList<>(); in getSecondaryUserControllers_notWorkProfileWorkProfileOnly_addNoSecondController() local
183 final ArrayList<UserInfo> userInfos = new ArrayList<>(); in profilesOfPrimaryUserAreIgnored() local
228 final ArrayList<UserInfo> userInfos = new ArrayList<>(); in dontAddPrimaryProfileAsASecondaryProfile() local
/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DApplicationsUtils.java74 List<UserInfo> userInfos = profileHelper.getAllProfiles(); in isProfileOrDeviceOwner() local
/packages/apps/Settings/src/com/android/settings/privacy/
DEnableContentCaptureWithServiceSettingsPreferenceController.java97 final List<UserInfo> userInfos = userManager.getUsers(); in show() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppInfoDashboardFragmentTest.java300 final List<UserInfo> userInfos = new ArrayList<>(); in getNumberOfUserWithPackageInstalled_twoUsersInstalled_shouldReturnTwo() local
323 final List<UserInfo> userInfos = new ArrayList<>(); in getNumberOfUserWithPackageInstalled_oneUserInstalled_shouldReturnOne() local
/packages/apps/Car/SystemUI/src/com/android/systemui/car/privacy/
DPrivacyElementsProviderImpl.java96 List<UserInfo> userInfos = mUserTracker.getUserProfiles(); in createPrivacyElements() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DUtilsTest.java181 final List<UserInfo> userInfos = new ArrayList<>(); in isProfileOrDeviceOwner_profileOwnerApp_returnTrue() local
/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DAndroidMockitoHelper.java284 List<UserInfo> userInfos = new ArrayList<UserInfo>(); in mockUmGetUserHandles() local
304 public static void mockUmGetAllUsers(UserManager um, UserInfo... userInfos) { in mockUmGetAllUsers()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/
DEnterprisePolicyGuardTest.java265 List<UserInfo> userInfos = MANAGED_USERINFO_LIST; in getMockContext() local
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppInfoDashboardFragment.java643 final List<UserInfo> userInfos = mUserManager.getAliveUsers(); in getNumberOfUserWithPackageInstalled() local
/packages/apps/Settings/src/com/android/settings/
DUtils.java933 final List<UserInfo> userInfos = userManager.getUsers(); in isProfileOrDeviceOwner() local