Searched refs:STATUS_HAL_RESPONSE_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ |
D | HalCallback.java | 35 int STATUS_HAL_RESPONSE_TIMEOUT = 3; field 44 STATUS_HAL_RESPONSE_TIMEOUT,
|
D | UserHalService.java | 869 pendingRequest.callback.onResponse(HalCallback.STATUS_HAL_RESPONSE_TIMEOUT, null); in handleCheckIfRequestTimedOut() 1114 case HalCallback.STATUS_HAL_RESPONSE_TIMEOUT: in getHalCallbackStatusForStatsd()
|
D | UserHalHelper.java | 87 case HalCallback.STATUS_HAL_RESPONSE_TIMEOUT: in halCallbackStatusToString()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | UserHalServiceTest.java | 410 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 …]
|