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/ |
D | HalCallback.java | 35 int STATUS_HAL_RESPONSE_TIMEOUT = 3; field 44 STATUS_HAL_RESPONSE_TIMEOUT,
|
D | UserHalHelper.java | 82 case HalCallback.STATUS_HAL_RESPONSE_TIMEOUT: in halCallbackStatusToString()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | UserHalServiceTest.java | 324 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/ |
D | UserHalService.java | 838 pendingRequest.callback.onResponse(HalCallback.STATUS_HAL_RESPONSE_TIMEOUT, null); in handleCheckIfRequestTimedOut() 1081 case HalCallback.STATUS_HAL_RESPONSE_TIMEOUT: in getHalCallbackStatusForStatsd()
|