Searched refs:getCommands (Results 1 – 6 of 6) sorted by relevance
65 Set<Session2Command> commands = commandGroup.getCommands(); in testGetCommands()93 assertThat(commandGroupFromParcel.getCommands()).isEqualTo(commandGroup.getCommands()); in testWriteToParcel()105 assertThat(newCommandGroup.getCommands()).isEqualTo(commandGroup.getCommands()); in testBuilder()
39 mCommands = getCommands(); in PostRebootSingleAppTest()
39 mCommands = getCommands(); in PostRebootComplexFilterTest()
42 mCommands = getCommands(); in PreRebootSingleAppTest()
42 mCommands = getCommands(); in PreRebootComplexFilterTest()
65 public MimeGroupCommands getCommands() { in getCommands() method in MimeGroupOperations