Searched refs:getPropConfig (Results 1 – 5 of 5) sorted by relevance
367 private HalPropConfig getPropConfig(int halPropId) { in getPropConfig() method in DiagnosticHalService376 HalPropConfig propConfig = getPropConfig(halPropId); in getPropConfigArray()
621 return mHal.getPropConfig(SHUTDOWN_REQUEST) != null; in isShutdownRequestSupported()
1332 public @Nullable HalPropConfig getPropConfig(int propId) { in getPropConfig() method in VehicleHal
1314 HalPropConfig customizePermission = mVehicleHal.getPropConfig( in takeProperties()
2493 when(mVehicleHal.getPropConfig(SUPPORT_CUSTOMIZE_VENDOR_PERMISSION)).thenReturn(null); in testNoCustomizeVendorPermission()2519 when(mVehicleHal.getPropConfig(SUPPORT_CUSTOMIZE_VENDOR_PERMISSION)).thenReturn( in testCustomizeVendorPermission()