Searched defs:getAllPropConfigs (Results 1 - 3 of 3) sorted by relevance

/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.java183 properties = new HashSet<>(mHalClient.getAllPropConfigs());
372 public Collection<VehiclePropConfig> getAllPropConfigs() { method in class:VehicleHal
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
H A DMockedVehicleHal.java124 public synchronized ArrayList<VehiclePropConfig> getAllPropConfigs() { method in class:MockedVehicleHal

Completed in 79 milliseconds