Searched refs:RemoteSessionCallback (Results 1 – 3 of 3) sorted by relevance
114 private final Map<RemoteSessionCallback, Executor>537 @NonNull RemoteSessionCallback callback) { in registerRemoteSessionCallback()567 @NonNull RemoteSessionCallback callback) { in unregisterRemoteSessionCallback()1161 public interface RemoteSessionCallback { interface in MediaSessionManager1421 Map<RemoteSessionCallback, Executor> callbacks = new ArrayMap<>(); in onVolumeChanged()1425 for (Map.Entry<RemoteSessionCallback, Executor> e : callbacks.entrySet()) { in onVolumeChanged()1432 Map<RemoteSessionCallback, Executor> callbacks = new ArrayMap<>(); in onSessionChanged()1436 for (Map.Entry<RemoteSessionCallback, Executor> e : callbacks.entrySet()) { in onSessionChanged()
36 import android.media.session.MediaSessionManager.RemoteSessionCallback;339 private final RemoteSessionCallback mRemoteSessionCallback =340 new RemoteSessionCallback() {
244 …til.concurrent.Executor, @NonNull android.media.session.MediaSessionManager.RemoteSessionCallback);245 …terRemoteSessionCallback(@NonNull android.media.session.MediaSessionManager.RemoteSessionCallback);250 public static interface MediaSessionManager.RemoteSessionCallback {