Home
last modified time | relevance | path

Searched refs:STATUS_HAL_RESPONSE_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DHalCallback.java35 int STATUS_HAL_RESPONSE_TIMEOUT = 3; field
44 STATUS_HAL_RESPONSE_TIMEOUT,
DUserHalService.java869 pendingRequest.callback.onResponse(HalCallback.STATUS_HAL_RESPONSE_TIMEOUT, null); in handleCheckIfRequestTimedOut()
1114 case HalCallback.STATUS_HAL_RESPONSE_TIMEOUT: in getHalCallbackStatusForStatsd()
DUserHalHelper.java87 case HalCallback.STATUS_HAL_RESPONSE_TIMEOUT: in halCallbackStatusToString()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java410 assertCallbackStatus(callback, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testGetUserInfo_halDidNotReply()
426 assertCallbackStatus(callback1, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testGetUserInfo_secondCallFailWhilePending()
448 assertCallbackStatus(callback, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testGetUserInfo_halReplyWithWrongRequestId()
693 assertCallbackStatus(callback, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testSwitchUser_halDidNotReply()
713 assertCallbackStatus(callback, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testSwitchUser_halReplyWithWrongRequestId()
861 assertCallbackStatus(callback1, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testSwitchUser_secondCallFailWhilePending()
936 assertCallbackStatus(callback, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testSwitchUser_halResponseAfterTimeout()
1213 assertCallbackStatus(callback, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testCreateUser_halDidNotReply()
1230 assertCallbackStatus(callback, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testCreateUser_halReplyWithWrongRequestId()
1321 assertCallbackStatus(callback1, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testCreateUser_secondCallFailWhilePending()
[all …]