Searched refs:RemoteSessionCallback (Results 1 – 4 of 4) 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()
52 object : MediaSessionManager.RemoteSessionCallback { in <lambda>()
34 import android.media.session.MediaSessionManager.RemoteSessionCallback;340 private final RemoteSessionCallback mRemoteSessionCallback =341 new RemoteSessionCallback() {
247 …til.concurrent.Executor, @NonNull android.media.session.MediaSessionManager.RemoteSessionCallback);248 …terRemoteSessionCallback(@NonNull android.media.session.MediaSessionManager.RemoteSessionCallback);253 public static interface MediaSessionManager.RemoteSessionCallback {