Searched refs:CommandGroupImpl (Results 1 – 3 of 3) sorted by relevance
123 return new MediaSession2Impl.CommandGroupImpl(instance, in createMediaSession2CommandGroup()129 return MediaSession2Impl.CommandGroupImpl.fromBundle_impl(commands); in fromBundle_MediaSession2CommandGroup()
1075 public static class CommandGroupImpl implements CommandGroupProvider { class in MediaSession2Impl1091 public CommandGroupImpl(SessionCommandGroup2 instance, Object other) { in CommandGroupImpl() method in MediaSession2Impl.CommandGroupImpl1093 if (other != null && other instanceof CommandGroupImpl) { in CommandGroupImpl()1094 mCommands.addAll(((CommandGroupImpl) other).mCommands); in CommandGroupImpl()1098 public CommandGroupImpl() { in CommandGroupImpl() method in MediaSession2Impl.CommandGroupImpl
47 import com.android.media.MediaSession2Impl.CommandGroupImpl;87 CommandGroupImpl group = new CommandGroupImpl(); in MediaSession2Stub()