Searched refs:getAllPropConfigs (Results 1 - 4 of 4) sorted by relevance

/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
H A DUtils.java41 return vehicle.getAllPropConfigs()
/packages/services/Car/service/src/com/android/car/hal/
H A DHalClient.java68 ArrayList<VehiclePropConfig> getAllPropConfigs() throws RemoteException { method in class:HalClient
69 return mVehicle.getAllPropConfigs();
H A DVehicleHal.java205 properties = new HashSet<>(mHalClient.getAllPropConfigs());
398 public Collection<VehiclePropConfig> getAllPropConfigs() { method in class:VehicleHal
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
H A DMockedVehicleHal.java106 public synchronized ArrayList<VehiclePropConfig> getAllPropConfigs() { method in class:MockedVehicleHal

Completed in 130 milliseconds