Home
last modified time | relevance | path

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

/packages/services/Car/user/car-user-lib/src/android/car/userlib/
DHalCallback.java35 int STATUS_HAL_RESPONSE_TIMEOUT = 3; field
44 STATUS_HAL_RESPONSE_TIMEOUT,
DUserHalHelper.java82 case HalCallback.STATUS_HAL_RESPONSE_TIMEOUT: in halCallbackStatusToString()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java324 assertCallbackStatus(callback, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testGetUserInfo_halDidNotReply()
340 assertCallbackStatus(callback1, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testGetUserInfo_secondCallFailWhilePending()
362 assertCallbackStatus(callback, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testGetUserInfo_halReplyWithWrongRequestId()
560 assertCallbackStatus(callback, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testSwitchUser_halDidNotReply()
579 assertCallbackStatus(callback, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testSwitchUser_halReplyWithWrongRequestId()
678 assertCallbackStatus(callback1, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testSwitchUser_secondCallFailWhilePending()
960 assertCallbackStatus(callback, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testCreateUser_halDidNotReply()
978 assertCallbackStatus(callback, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testCreateUser_halReplyWithWrongRequestId()
1050 assertCallbackStatus(callback1, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testCreateUser_secondCallFailWhilePending()
1269 assertCallbackStatus(callback, HalCallback.STATUS_HAL_RESPONSE_TIMEOUT); in testSetUserAssociation_halDidNotReply()
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java838 pendingRequest.callback.onResponse(HalCallback.STATUS_HAL_RESPONSE_TIMEOUT, null); in handleCheckIfRequestTimedOut()
1081 case HalCallback.STATUS_HAL_RESPONSE_TIMEOUT: in getHalCallbackStatusForStatsd()