Searched refs:getCommands (Results 1 – 11 of 11) sorted by relevance
127 if (builder.getCommands().isEmpty() || requestException != null) { in send()134 sendCommand(builder.getCommands(), 0 /* index */, resultCallback, handler); in send()
91 List<ApduCommand> getCommands() { in getCommands() method in RequestBuilder
80 Set<SessionCommand2> getCommands() { in getCommands() method in SessionCommandGroup2
188 public @NonNull Set<SessionCommand2> getCommands() { in getCommands() method in SessionCommandGroup2
108 Set<SessionCommand2> commands = group.getCommands();
151 Set<SessionCommand2> commands = group.getCommands();
338 List<String> intentActions = intentActionsFor(mSpyDispatcher.getCommands()); in testDelayMet_withUnMetConstraint()372 List<String> intentActions = intentActionsFor(mSpyDispatcher.getCommands()); in testDelayMet_withMetConstraint()486 List<Intent> getCommands() { in getCommands() method in SystemAlarmDispatcherTest.CommandInterceptingSystemDispatcher
977 Set<SessionCommand2> expected = commands.getCommands(); in testSetAllowedCommands()978 Set<SessionCommand2> actual = commandsOut.getCommands(); in testSetAllowedCommands()
1170 return getCommands(); in getCommands_impl()1173 public Set<SessionCommand2> getCommands() { in getCommands() method in MediaSession2Impl.CommandGroupImpl
90 Set<SessionCommand2> commands = group.getCommands(); in MediaSession2Stub()
1401 method public java.util.Set<androidx.media.SessionCommand2> getCommands();