Searched refs:mRemoteStreams (Results 1 – 1 of 1) sorted by relevance
247 pw.print(" mRemoteStreams: "); pw.println(mMediaSessionsCallbacksW.mRemoteStreams in dump()1072 private final HashMap<Token, Integer> mRemoteStreams = new HashMap<>(); field in VolumeDialogControllerImpl.MediaSessionsCallbacks1079 final int stream = mRemoteStreams.get(token); in onRemoteUpdate()1104 final int stream = mRemoteStreams.get(token);1120 if (!mRemoteStreams.containsKey(token)) {1125 final int stream = mRemoteStreams.get(token);1143 for (Map.Entry<Token, Integer> entry : mRemoteStreams.entrySet()) {1152 if (!mRemoteStreams.containsKey(token)) {1153 mRemoteStreams.put(token, mNextStream);