Loading media/java/android/media/MediaSession2.java +8 −0 Original line number Diff line number Diff line Loading @@ -519,6 +519,10 @@ public class MediaSession2 implements AutoCloseable { mProvider.addCommand_impl(command); } public void addCommand(int commandCode) { // TODO(jaewna): Implement } public void addAllPredefinedCommands() { mProvider.addAllPredefinedCommands_impl(); } Loading @@ -527,6 +531,10 @@ public class MediaSession2 implements AutoCloseable { mProvider.removeCommand_impl(command); } public void removeCommand(int commandCode) { // TODO(jaewan): Implement. } public boolean hasCommand(@NonNull Command command) { return mProvider.hasCommand_impl(command); } Loading Loading
media/java/android/media/MediaSession2.java +8 −0 Original line number Diff line number Diff line Loading @@ -519,6 +519,10 @@ public class MediaSession2 implements AutoCloseable { mProvider.addCommand_impl(command); } public void addCommand(int commandCode) { // TODO(jaewna): Implement } public void addAllPredefinedCommands() { mProvider.addAllPredefinedCommands_impl(); } Loading @@ -527,6 +531,10 @@ public class MediaSession2 implements AutoCloseable { mProvider.removeCommand_impl(command); } public void removeCommand(int commandCode) { // TODO(jaewan): Implement. } public boolean hasCommand(@NonNull Command command) { return mProvider.hasCommand_impl(command); } Loading