Searched refs:mExistingUsers (Results 1 – 2 of 2) sorted by relevance
40 private UsersSpinner mExistingUsers; field in ExistingUsersView51 mExistingUsers = findViewById(R.id.existing_users); in ExistingUsersView()55 mExistingUsers.setOnUserSelectedListener((u) -> updateUser(u)); in ExistingUsersView()68 mExistingUsers.init(users); in updateState()69 updateUser(mExistingUsers.getSelectedUser()); in updateState()73 return mExistingUsers.getSelectedUserId(); in getSelectedUserId()
218 private final List<UserInfo> mExistingUsers = Arrays field in CarUserServiceTest383 mockExistingUsers(mExistingUsers); in testOnUserLifecycleEvent_legacyUserSwitch_halCalled()395 mockExistingUsers(mExistingUsers); in testOnUserLifecycleEvent_legacyUserSwitch_halnotSupported()409 mockExistingUsers(mExistingUsers); in testOnUserLifecycleEvent_notifyListener()427 mockExistingUsers(mExistingUsers); in testOnUserLifecycleEvent_ensureAllListenersAreNotified()474 mockExistingUsers(mExistingUsers); in testLastActiveUserUpdatedOnUserSwitch_nonHeadlessSystemUser()927 mockExistingUsersAndCurrentUser(mExistingUsers, currentUser); in testRemoveUser_currentUser_successSetEphemeral()1521 mockExistingUsers(mExistingUsers); in testLegacyUserSwitch_ok()2478 mockExistingUsers(mExistingUsers); in mockExistingUsersAndCurrentUser()2815 infos.numberUsers = mExistingUsers.size(); in newUsersInfo()[all …]