Searched refs:mProjectionReceiverClients (Results 1 – 1 of 1) sorted by relevance
111 private final HashMap<IBinder, ProjectionReceiverClient> mProjectionReceiverClients = field in CarProjectionService459 client = mProjectionReceiverClients.get(token); in getOrCreateProjectionReceiverClientLocked()463 mProjectionReceiverClients.put(token, client); in getOrCreateProjectionReceiverClientLocked()470 ProjectionReceiverClient client = mProjectionReceiverClients.remove(token); in unregisterProjectionReceiverClient()491 for (ProjectionReceiverClient client : mProjectionReceiverClients.values()) { in notifyProjectionStatusChanged()811 writer.println("Projection status: " + mProjectionReceiverClients); in dump()