Searched refs:mPropIdClientMap (Results 1 – 1 of 1) sorted by relevance
60 private final Map<Integer, List<Client>> mPropIdClientMap = new ConcurrentHashMap<>(); field in CarPropertyService154 mPropIdClientMap.clear(); in release()189 List<Client> clients = mPropIdClientMap.get(propId); in registerListener()192 mPropIdClientMap.put(propId, clients); in registerListener()254 List<Client> propertyClients = mPropIdClientMap.get(propId); in unregisterListenerBinderLocked()273 mPropIdClientMap.remove(propId); in unregisterListenerBinderLocked()274 if (mPropIdClientMap.isEmpty()) { in unregisterListenerBinderLocked()367 List<Client> clients = mPropIdClientMap.get(propId); in onPropertyChange()400 List<Client> clients = mPropIdClientMap.get(property); in onPropertySetError()