Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DVmsHalService.java143 boolean propagatePropertyException) { in VmsHalService() argument
148 mPropagatePropertyException = propagatePropertyException; in VmsHalService()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DVmsHalServiceTest.java99 private void initHalService(boolean propagatePropertyException) throws Exception { in initHalService() argument
103 this::initVmsClient, propagatePropertyException); in initHalService()