Home
last modified time | relevance | path

Searched refs:profileUsers (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
DProfileUserFragment.java172 int[] profileUsers = mUserManager.getEnabledProfileIds(currentUserId); in updateTextInfo() local
173 for (int profileUser : profileUsers) { in updateTextInfo()
441 int[] profileUsers = mUserManager.getEnabledProfileIds(currentUser); in getUsers() local
442 for (int profileUser : profileUsers) { in getUsers()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarOccupantZoneServiceTest.java311 LinkedList<UserInfo> profileUsers = new LinkedList<>(); in setUpServiceWithProfileSupportEnabled() local
312 profileUsers.add(new UserInfo(PROFILE_USER1, "1", 0)); in setUpServiceWithProfileSupportEnabled()
313 profileUsers.add(new UserInfo(PROFILE_USER2, "1", 0)); in setUpServiceWithProfileSupportEnabled()
314 doReturn(profileUsers).when(mUserManager).getEnabledProfiles(CURRENT_USER); in setUpServiceWithProfileSupportEnabled()
/packages/services/Car/service/src/com/android/car/
DCarOccupantZoneService.java1066 List<UserInfo> profileUsers = mUserManager.getEnabledProfiles(userId); in updateEnabledProfilesLocked() local
1067 for (UserInfo userInfo : profileUsers) { in updateEnabledProfilesLocked()