Home
last modified time | relevance | path

Searched refs:STATUS_WRONG_HAL_RESPONSE (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java711 callback.onResponse(HalCallback.STATUS_WRONG_HAL_RESPONSE, null); in handleOnUserIdentificationAssociation()
714 getHalCallbackStatusForStatsd(HalCallback.STATUS_WRONG_HAL_RESPONSE), in handleOnUserIdentificationAssociation()
726 callback.onResponse(HalCallback.STATUS_WRONG_HAL_RESPONSE, null); in handleOnUserIdentificationAssociation()
728 HalCallback.STATUS_WRONG_HAL_RESPONSE); in handleOnUserIdentificationAssociation()
736 callback.onResponse(HalCallback.STATUS_WRONG_HAL_RESPONSE, null); in handleOnUserIdentificationAssociation()
738 HalCallback.STATUS_WRONG_HAL_RESPONSE); in handleOnUserIdentificationAssociation()
753 callback.onResponse(HalCallback.STATUS_WRONG_HAL_RESPONSE, null); in handleOnUserIdentificationAssociation()
755 HalCallback.STATUS_WRONG_HAL_RESPONSE); in handleOnUserIdentificationAssociation()
905 HalCallback.STATUS_WRONG_HAL_RESPONSE, /* action= */ 0, /* userId= */ 0, in handleOnInitialUserInfoResponse()
909 getHalCallbackStatusForStatsd(HalCallback.STATUS_WRONG_HAL_RESPONSE), in handleOnInitialUserInfoResponse()
[all …]
DHalCallback.java36 int STATUS_WRONG_HAL_RESPONSE = 4; field
45 STATUS_WRONG_HAL_RESPONSE,
DUserHalHelper.java89 case HalCallback.STATUS_WRONG_HAL_RESPONSE: in halCallbackStatusToString()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java471 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testGetUserInfo_halReturnedInvalidAction()
756 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testSwitchUser_halReturnedInvalidMessageType()
890 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testSwitchUser_halReturnedInvalidStatus()
1343 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testCreateUser_halReturnedInvalidStatus()
1637 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testSetUserAssociation_notEnoughValuesOnResponse()
1677 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testSetUserAssociation_wrongNumberOfAssociationsOnResponse()
1717 assertCallbackStatus(callback, HalCallback.STATUS_WRONG_HAL_RESPONSE); in testSetUserAssociation_typeMismatchOnResponse()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java883 callback.onResponse(HalCallback.STATUS_WRONG_HAL_RESPONSE, response); in mockHalSetUserIdentificationAssociationFailure()
DCarUserServiceTest.java1314 mockHalSwitch(mAdminUserId, HalCallback.STATUS_WRONG_HAL_RESPONSE, in testSwitchUser_error_badCallbackStatus()