Home
last modified time | relevance | path

Searched refs:removedUserInfo (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/user/car-user-lib/src/android/car/userlib/
DUserHalHelper.java573 android.hardware.automotive.vehicle.V2_0.UserInfo removedUserInfo = request.removedUserInfo; in toVehiclePropValue() local
574 Objects.requireNonNull(removedUserInfo); in toVehiclePropValue()
579 addUserInfo(propValue, removedUserInfo); in toVehiclePropValue()
/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java392 request.removedUserInfo.userId, request.usersInfo.currentUser.userId); in removeUser()
397 request.removedUserInfo.userId, request.removedUserInfo.flags, /* timeout */ -1); in removeUser()
/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/
DUserHalHelperTest.java936 request.removedUserInfo.userId = 11; in testRemoveUserRequestToVehiclePropValue_missingRequestId()
937 request.usersInfo.existingUsers.add(request.removedUserInfo); in testRemoveUserRequestToVehiclePropValue_missingRequestId()
960 request.removedUserInfo = user10; in testRemoveUserRequestToVehiclePropValue_ok()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java811 request.removedUserInfo = mUser10; in testRemoveUser_noUsersInfo()
820 request.removedUserInfo = mUser10; in testRemoveUser_HalCalledWithCorrectProp()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java1165 request.removedUserInfo = userInfo;
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java968 request.removedUserInfo = halUser; in removeUser()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java2123 assertThat(request.getValue().removedUserInfo.userId).isEqualTo(removeUser.id); in assertHalRemove()