Searched refs:STATUS_WRONG_HAL_RESPONSE (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ |
D | UserHalService.java | 711 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 …]
|
D | HalCallback.java | 36 int STATUS_WRONG_HAL_RESPONSE = 4; field 45 STATUS_WRONG_HAL_RESPONSE,
|
D | UserHalHelper.java | 89 case HalCallback.STATUS_WRONG_HAL_RESPONSE: in halCallbackStatusToString()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | UserHalServiceTest.java | 471 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/ |
D | BaseCarUserServiceTestCase.java | 883 callback.onResponse(HalCallback.STATUS_WRONG_HAL_RESPONSE, response); in mockHalSetUserIdentificationAssociationFailure()
|
D | CarUserServiceTest.java | 1314 mockHalSwitch(mAdminUserId, HalCallback.STATUS_WRONG_HAL_RESPONSE, in testSwitchUser_error_badCallbackStatus()
|