Searched refs:otherUser1 (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/tests/robotests/src/com/android/car/users/ |
D | CarUserManagerHelperRoboTest.java | 106 UserInfo otherUser1 = createUserInfoForId(13); in testGetAllUsers() local 111 userManager.addUserInfo(otherUser1); in testGetAllUsers() 117 .containsExactly(currentProcessUser, otherUser1, otherUser2); in testGetAllUsers() 120 .containsExactly(systemUser, currentProcessUser, otherUser1, otherUser2); in testGetAllUsers() 130 UserInfo otherUser1 = createUserInfoForId(12); in testGetAllUsersExceptForegroundUser() local 135 userManager.addUserInfo(otherUser1); in testGetAllUsersExceptForegroundUser() 142 .containsExactly(otherUser1, otherUser2, otherUser3); in testGetAllUsersExceptForegroundUser()
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/ |
D | CarUserManagerHelperTest.java | 140 UserInfo otherUser1 = createUserInfoForId(10); in testHeadlessUser0GetAllUsers_NotReturnSystemUser() local 144 mockGetUsers(mSystemUser, otherUser1, otherUser2, otherUser3); in testHeadlessUser0GetAllUsers_NotReturnSystemUser() 147 .containsExactly(otherUser1, otherUser2, otherUser3); in testHeadlessUser0GetAllUsers_NotReturnSystemUser()
|