Home
last modified time | relevance | path

Searched refs:VEHICLE_HAL_NOT_SUPPORTED (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java188 public static final String VEHICLE_HAL_NOT_SUPPORTED = "Vehicle Hal not supported."; field in CarUserService
1569 return UserIdentificationAssociationResponse.forFailure(VEHICLE_HAL_NOT_SUPPORTED); in getUserIdentificationAssociation()
1613 UserIdentificationAssociationResponse.forFailure(VEHICLE_HAL_NOT_SUPPORTED)); in setUserIdentificationAssociation()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java2567 assertThat(response.getErrorMessage()).isEqualTo(CarUserService.VEHICLE_HAL_NOT_SUPPORTED); in testGetUserIdentificationAssociation_halNotSupported()
2649 assertThat(response.getErrorMessage()).isEqualTo(CarUserService.VEHICLE_HAL_NOT_SUPPORTED); in testSetUserIdentificationAssociation_halNotSupported()