Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DSession2CommandGroupTest.java106 Session2Command testCommand1 = new Session2Command(TEST_COMMAND_CODE_1); in testAddAndRemoveCommand() local
110 .addCommand(testCommand1) in testAddAndRemoveCommand()
113 builder.removeCommand(testCommand1) in testAddAndRemoveCommand()
116 assertFalse(commandGroup.hasCommand(testCommand1)); in testAddAndRemoveCommand()