Searched refs:getAllPropConfigs (Results 1 – 5 of 5) sorted by relevance
68 ArrayList<VehiclePropConfig> getAllPropConfigs() throws RemoteException { in getAllPropConfigs() method in HalClient69 return mVehicle.getAllPropConfigs(); in getAllPropConfigs()
143 properties = new HashSet<>(mHalClient.getAllPropConfigs()); in init()310 public Collection<VehiclePropConfig> getAllPropConfigs() { in getAllPropConfigs() method in VehicleHal
44 return vehicle.getAllPropConfigs() in isVhalPropertyAvailable()
79 propConfigList = Objects.requireNonNull(vehicle.getAllPropConfigs()); in onResume()
138 public synchronized ArrayList<VehiclePropConfig> getAllPropConfigs() { in getAllPropConfigs() method in MockedVehicleHal