Searched refs:mProjectionReceiverClients (Results 1 – 1 of 1) sorted by relevance
121 private final HashMap<IBinder, ProjectionReceiverClient> mProjectionReceiverClients = field in CarProjectionService508 client = mProjectionReceiverClients.get(token); in getOrCreateProjectionReceiverClientLocked()512 mProjectionReceiverClients.put(token, client); in getOrCreateProjectionReceiverClientLocked()519 ProjectionReceiverClient client = mProjectionReceiverClients.remove(token); in unregisterProjectionReceiverClient()540 for (ProjectionReceiverClient client : mProjectionReceiverClients.values()) { in notifyProjectionStatusChanged()922 writer.println("Projection status: " + mProjectionReceiverClients); in dump()