Searched refs:createPropRequest (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/services/Car/user/car-user-lib/src/android/car/userlib/ |
H A D | UserHalHelper.java | 228 public static VehiclePropValue createPropRequest(int prop, int requestId, int requestType) { in createPropRequest() method in UserHalHelper 229 VehiclePropValue propRequest = createPropRequest(prop, requestId); in createPropRequest() 239 public static VehiclePropValue createPropRequest(int prop, int requestId) { in createPropRequest() method in UserHalHelper 454 VehiclePropValue propValue = createPropRequest(USER_IDENTIFICATION_ASSOCIATION_PROPERTY, in toVehiclePropValue() 485 VehiclePropValue propValue = createPropRequest(USER_IDENTIFICATION_ASSOCIATION_PROPERTY, in toVehiclePropValue() 533 VehiclePropValue propValue = createPropRequest(CREATE_USER_PROPERTY, in toVehiclePropValue() 557 VehiclePropValue propValue = createPropRequest(SWITCH_USER_PROPERTY, request.requestId, in toVehiclePropValue() 578 VehiclePropValue propValue = createPropRequest(REMOVE_USER_PROPERTY, request.requestId); in toVehiclePropValue()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
H A D | UserHalServiceTest.java | 633 VehiclePropValue propResponse = UserHalHelper.createPropRequest(SWITCH_USER, in testSwitchUser_halReplyWithWrongRequestId() 652 VehiclePropValue propResponse = UserHalHelper.createPropRequest(SWITCH_USER, in testSwitchUser_halReturnedInvalidMessageType() 677 VehiclePropValue propResponse = UserHalHelper.createPropRequest(SWITCH_USER, in testSwitchUser_success() 705 VehiclePropValue propResponse = UserHalHelper.createPropRequest(SWITCH_USER, in testSwitchUser_failure() 755 VehiclePropValue propResponse = UserHalHelper.createPropRequest(SWITCH_USER, in testSwitchUser_halReturnedInvalidStatus() 782 VehiclePropValue propResponse = UserHalHelper.createPropRequest(SWITCH_USER, in testUserSwitch_OEMRequest_success() 797 VehiclePropValue propResponse = UserHalHelper.createPropRequest(SWITCH_USER, in testUserSwitch_OEMRequest_failure_positiveRequestId() 1034 UserHalHelper.createPropRequest(CREATE_USER, REQUEST_ID_PLACE_HOLDER); in testCreateUser_halReplyWithWrongRequestId() 1052 UserHalHelper.createPropRequest(CREATE_USER, REQUEST_ID_PLACE_HOLDER); in testCreateUser_success() 1080 UserHalHelper.createPropRequest(CREATE_USER, REQUEST_ID_PLACE_HOLDER); in testCreateUser_failure() [all …]
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/ |
H A D | UserHalHelperTest.java | 263 VehiclePropValue propRequest = UserHalHelper.createPropRequest(prop, requestId, in testCreatePropRequest_withType() 279 VehiclePropValue propRequest = UserHalHelper.createPropRequest(prop, requestId); in testCreatePropRequest()
|
/aosp12/packages/services/Car/service/src/com/android/car/hal/ |
H A D | UserHalService.java | 310 VehiclePropValue propRequest = UserHalHelper.createPropRequest(INITIAL_USER_INFO, requestId, in getInitialUserInfo()
|