Searched refs:commandGroup (Results 1 – 1 of 1) sorted by relevance
50 Session2CommandGroup commandGroup = builder.build(); in testHasCommand() local51 assertTrue(commandGroup.hasCommand(TEST_COMMAND_CODE_1)); in testHasCommand()52 assertTrue(commandGroup.hasCommand(testCommand)); in testHasCommand()53 assertFalse(commandGroup.hasCommand(TEST_COMMAND_CODE_2)); in testHasCommand()62 Session2CommandGroup commandGroup = builder.build(); in testGetCommands() local64 Set<Session2Command> commands = commandGroup.getCommands(); in testGetCommands()75 Session2CommandGroup commandGroup = builder.build(); in testDescribeContents() local76 assertEquals(expected, commandGroup.describeContents()); in testDescribeContents()84 Session2CommandGroup commandGroup = builder.build(); in testWriteToParcel() local86 commandGroup.writeToParcel(dest, 0); in testWriteToParcel()[all …]