Searched refs:onCancelCommand (Results 1 – 4 of 4) sorted by relevance
160 public void onCancelCommand(int seq) { in onCancelCommand() method in Controller2Link161 mController.onCancelCommand(seq); in onCancelCommand()210 Controller2Link.this.onCancelCommand(seq); in cancelSessionCommand()
166 public void onCancelCommand(final Controller2Link caller, final int seq) { in onCancelCommand() method in Session2Link167 mSession.onCancelCommand(caller, seq); in onCancelCommand()220 Session2Link.this.onCancelCommand(caller, seq); in cancelSessionCommand()
346 void onCancelCommand(int seq) { in onCancelCommand() method in MediaController2
472 void onCancelCommand(@NonNull final Controller2Link controller, final int seq) { in onCancelCommand() method in MediaSession2