Home
last modified time | relevance | path

Searched refs:commandGroup (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DSession2CommandGroupTest.java50 Session2CommandGroup commandGroup = builder.build(); in testHasCommand() local
51 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() local
64 Set<Session2Command> commands = commandGroup.getCommands(); in testGetCommands()
75 Session2CommandGroup commandGroup = builder.build(); in testDescribeContents() local
76 assertEquals(expected, commandGroup.describeContents()); in testDescribeContents()
84 Session2CommandGroup commandGroup = builder.build(); in testWriteToParcel() local
86 commandGroup.writeToParcel(dest, 0); in testWriteToParcel()
[all …]