Searched refs:propResponse (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | UserHalServiceTest.java | 436 HalPropValue propResponse = createPropRequest(INITIAL_USER_INFO, in testGetUserInfo_halReplyWithWrongRequestId() local 439 replySetPropertyWithOnChangeEvent(INITIAL_USER_INFO, propResponse, in testGetUserInfo_halReplyWithWrongRequestId() 454 HalPropValue propResponse = createPropRequest(INITIAL_USER_INFO, in testGetUserInfo_halReturnedInvalidAction() local 458 INITIAL_USER_INFO, propResponse, /* rightRequestId= */ true); in testGetUserInfo_halReturnedInvalidAction() 481 HalPropValue propResponse = createPropRequest(INITIAL_USER_INFO, in getUserInfoSuccessTest() local 485 INITIAL_USER_INFO, propResponse, /* rightRequestId= */ true); in getUserInfoSuccessTest() 525 HalPropValue propResponse = createPropRequest(INITIAL_USER_INFO, in testGetUserInfo_successSwitchUser() local 530 INITIAL_USER_INFO, propResponse, /* rightRequestId= */ true); in testGetUserInfo_successSwitchUser() 571 HalPropValue propResponse = createPropRequest(INITIAL_USER_INFO, in testGetUserInfo_successCreateUser() local 576 INITIAL_USER_INFO, propResponse, /* rightRequestId= */ true); in testGetUserInfo_successCreateUser() [all …]
|