Home
last modified time | relevance | path

Searched refs:HAL_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java118 private static final int HAL_TIMEOUT_MS = 5_000; field in UserHalServiceTest
360 HAL_TIMEOUT_MS, mUsersInfo, noOpCallback())); in testGetUserInfo_noHalSupported()
374 HAL_TIMEOUT_MS, null, noOpCallback())); in testGetUserInfo_noUsersInfo()
380 () -> mUserHalService.getInitialUserInfo(COLD_BOOT, HAL_TIMEOUT_MS, in testGetUserInfo_noCallback()
390 mUserHalService.getInitialUserInfo(COLD_BOOT, HAL_TIMEOUT_MS, mUsersInfo, in testGetUserInfo_halSetTimedOut()
422 mUserHalService.getInitialUserInfo(COLD_BOOT, HAL_TIMEOUT_MS, mUsersInfo, in testGetUserInfo_secondCallFailWhilePending()
462 mUserHalService.getInitialUserInfo(COLD_BOOT, HAL_TIMEOUT_MS, mUsersInfo, in testGetUserInfo_halReturnedInvalidAction()
489 mUserHalService.getInitialUserInfo(COLD_BOOT, HAL_TIMEOUT_MS, mUsersInfo, in getUserInfoSuccessTest()
513 eq(HAL_TIMEOUT_MS)), times(count)); in getUserInfoSuccessTest()
534 mUserHalService.getInitialUserInfo(COLD_BOOT, HAL_TIMEOUT_MS, mUsersInfo, in testGetUserInfo_successSwitchUser()
[all …]
/packages/services/Car/service/src/com/android/car/admin/
DCarDevicePolicyService.java73 private static final int HAL_TIMEOUT_MS = CarSystemProperties.getUserHalTimeout().orElse(5_000); field in CarDevicePolicyService
179 UserHelperLite.safeName(name), userType, userInfoFlags, HAL_TIMEOUT_MS); in createUser()
181 mCarUserService.createUser(userCreationRequestBuilder.build(), HAL_TIMEOUT_MS, in createUser() local
214 writer.printf("HAL_TIMEOUT_MS: %d\n", HAL_TIMEOUT_MS); in dump()
/packages/services/Car/car-lib/src/android/car/user/
DCarUserManager.java91 private static final int HAL_TIMEOUT_MS = CarSystemProperties.getUserHalTimeout().orElse(5_000); field in CarUserManager
558 mService.switchUser(targetUserId, HAL_TIMEOUT_MS, resultCallbackImpl, in switchUser()
615 mService.logoutUser(HAL_TIMEOUT_MS, resultCallbackImpl); in logoutUser()
724 mService.createUser(userCreationRequest, HAL_TIMEOUT_MS, resultCallbackImpl); in createUser()
1063 mService.setUserIdentificationAssociation(HAL_TIMEOUT_MS, types, values, future); in setUserIdentificationAssociation()