Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
H A DExistingUsersView.java40 private UsersSpinner mExistingUsers; field in ExistingUsersView
51 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()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
H A DCarUserServiceTest.java218 private final List<UserInfo> mExistingUsers = Arrays field in CarUserServiceTest
383 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 …]