Searched refs:setExistingUsers (Results 1 – 1 of 1) sorted by relevance
145 setExistingUsers(USER_SYSTEM); in testIsValidUserId_headlessSystemUser()152 setExistingUsers(USER_SYSTEM); in testIsValidUser_headlessSystemUser()160 setExistingUsers(USER_SYSTEM); in testIsValidUserId_nonHeadlessSystemUser()168 setExistingUsers(USER_SYSTEM); in testIsValidUser_nonHeadlessSystemUser()175 setExistingUsers(1, 2, 3); in testIsValidUserId_found()184 setExistingUsers(1, 2, 3); in testIsValidUser_found()193 setExistingUsers(1, 2, 3); in testIsValidUserId_notFound()200 setExistingUsers(1, 2, 3); in testIsValidUser_notFound()843 private void setExistingUsers(int... userIds) { in setExistingUsers() method in CarUserManagerUnitTest