Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DUserHalHelper.java561 UserInfo removedUserInfo = request.removedUserInfo; in toHalPropValue() local
562 Objects.requireNonNull(removedUserInfo); in toHalPropValue()
569 addUserInfo(intValues, removedUserInfo); in toHalPropValue()
699 request.removedUserInfo = new UserInfo(); in emptyRemoveUserRequest()
DUserHalService.java429 EventLogHelper.writeCarUserHalRemoveUserReq(request.removedUserInfo.userId, in removeUser()
436 request.removedUserInfo.userId, request.removedUserInfo.flags, /* timeout */ -1); in removeUser()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalHelperTest.java954 request.removedUserInfo = null; in testRemoveUserRequestToHalPropValue_nullRemovedUserInfo()
980 request.removedUserInfo.userId = 11; in testRemoveUserRequestToHalPropValue_missingRequestId()
981 request.usersInfo.existingUsers = new UserInfo[]{request.removedUserInfo}; in testRemoveUserRequestToHalPropValue_missingRequestId()
1003 request.removedUserInfo = user10; in testRemoveUserRequestToHalPropValue_ok()
DUserHalServiceTest.java1087 request.removedUserInfo = mUser100; in testRemoveUser_noUsersInfo()
1096 request.removedUserInfo = mUser100; in testRemoveUser_HalCalledWithCorrectProp()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java1080 assertThat(request.removedUserInfo.userId).isEqualTo(removeUser.getIdentifier()); in assertHalRemove()
1081 assertThat(request.removedUserInfo.flags) in assertHalRemove()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1237 request.removedUserInfo = halUser; in notifyHalUserRemoved()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java2617 request.removedUserInfo = userInfo;