Home
last modified time | relevance | path

Searched refs:otherUser3 (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/robotests/src/com/android/car/users/
DCarUserManagerHelperRoboTest.java132 UserInfo otherUser3 = createUserInfoForId(14); in testGetAllUsersExceptForegroundUser() local
137 userManager.addUserInfo(otherUser3); in testGetAllUsersExceptForegroundUser()
142 .containsExactly(otherUser1, otherUser2, otherUser3); in testGetAllUsersExceptForegroundUser()
/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/
DCarUserManagerHelperTest.java142 UserInfo otherUser3 = createUserInfoForId(12); in testHeadlessUser0GetAllUsers_NotReturnSystemUser() local
144 mockGetUsers(mSystemUser, otherUser1, otherUser2, otherUser3); in testHeadlessUser0GetAllUsers_NotReturnSystemUser()
147 .containsExactly(otherUser1, otherUser2, otherUser3); in testHeadlessUser0GetAllUsers_NotReturnSystemUser()