Home
last modified time | relevance | path

Searched refs:getPropConfig (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java367 private HalPropConfig getPropConfig(int halPropId) { in getPropConfig() method in DiagnosticHalService
376 HalPropConfig propConfig = getPropConfig(halPropId); in getPropConfigArray()
DPowerHalService.java621 return mHal.getPropConfig(SHUTDOWN_REQUEST) != null; in isShutdownRequestSupported()
DVehicleHal.java1332 public @Nullable HalPropConfig getPropConfig(int propId) { in getPropConfig() method in VehicleHal
DPropertyHalService.java1314 HalPropConfig customizePermission = mVehicleHal.getPropConfig( in takeProperties()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java2493 when(mVehicleHal.getPropConfig(SUPPORT_CUSTOMIZE_VENDOR_PERMISSION)).thenReturn(null); in testNoCustomizeVendorPermission()
2519 when(mVehicleHal.getPropConfig(SUPPORT_CUSTOMIZE_VENDOR_PERMISSION)).thenReturn( in testCustomizeVendorPermission()