Searched refs:RemoteSessionCallback (Results 1 – 3 of 3) sorted by relevance
114 private final Map<RemoteSessionCallback, Executor>529 @NonNull RemoteSessionCallback callback) { in registerRemoteSessionCallback()559 @NonNull RemoteSessionCallback callback) { in unregisterRemoteSessionCallback()1156 public interface RemoteSessionCallback { interface in MediaSessionManager1416 Map<RemoteSessionCallback, Executor> callbacks = new ArrayMap<>(); in onVolumeChanged()1420 for (Map.Entry<RemoteSessionCallback, Executor> e : callbacks.entrySet()) { in onVolumeChanged()1427 Map<RemoteSessionCallback, Executor> callbacks = new ArrayMap<>(); in onSessionChanged()1431 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() {
153 …til.concurrent.Executor, @NonNull android.media.session.MediaSessionManager.RemoteSessionCallback);154 …terRemoteSessionCallback(@NonNull android.media.session.MediaSessionManager.RemoteSessionCallback);159 public static interface MediaSessionManager.RemoteSessionCallback {