Searched refs:STATUS_WRONG_HAL_RESPONSE (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ |
D | UserHalService.java | 692 callback.onResponse(HalCallback.STATUS_WRONG_HAL_RESPONSE, null); in handleOnUserIdentificationAssociation() 695 getHalCallbackStatusForStatsd(HalCallback.STATUS_WRONG_HAL_RESPONSE), in handleOnUserIdentificationAssociation() 707 callback.onResponse(HalCallback.STATUS_WRONG_HAL_RESPONSE, null); in handleOnUserIdentificationAssociation() 709 HalCallback.STATUS_WRONG_HAL_RESPONSE); in handleOnUserIdentificationAssociation() 717 callback.onResponse(HalCallback.STATUS_WRONG_HAL_RESPONSE, null); in handleOnUserIdentificationAssociation() 719 HalCallback.STATUS_WRONG_HAL_RESPONSE); in handleOnUserIdentificationAssociation() 731 callback.onResponse(HalCallback.STATUS_WRONG_HAL_RESPONSE, null); in handleOnUserIdentificationAssociation() 733 HalCallback.STATUS_WRONG_HAL_RESPONSE); in handleOnUserIdentificationAssociation() 873 HalCallback.STATUS_WRONG_HAL_RESPONSE); in handleOnInitialUserInfoResponse() 876 getHalCallbackStatusForStatsd(HalCallback.STATUS_WRONG_HAL_RESPONSE), in handleOnInitialUserInfoResponse() [all …]
|
/packages/services/Car/user/car-user-lib/src/android/car/userlib/ |
D | HalCallback.java | 36 int STATUS_WRONG_HAL_RESPONSE = 4; field 45 STATUS_WRONG_HAL_RESPONSE,
|
D | UserHalHelper.java | 84 case HalCallback.STATUS_WRONG_HAL_RESPONSE: in halCallbackStatusToString()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | UserHalServiceTest.java | 385 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testGetUserInfo_halReturnedInvalidAction() 604 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testSwitchUser_halReturnedInvalidMessageType() 707 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testSwitchUser_halReturnedInvalidStatus() 1074 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testCreateUser_halReturnedInvalidStatus() 1310 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testSetUserAssociation_responseWithWrongRequestId() 1335 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testSetUserAssociation_notEnoughValuesOnResponse() 1362 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testSetUserAssociation_wrongNumberOfAssociationsOnResponse() 1387 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testSetUserAssociation_typeMismatchOnResponse()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/ |
D | CarUserServiceTest.java | 1208 mockHalSwitch(mAdminUser.id, HalCallback.STATUS_WRONG_HAL_RESPONSE, mSwitchUserResponse, in testSwitchUser_error_badCallbackStatus() 2679 callback.onResponse(HalCallback.STATUS_WRONG_HAL_RESPONSE, response); in mockHalSetUserIdentificationAssociationFailure()
|