Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DSession2CommandGroupTest.java107 Session2Command testCommand2 = new Session2Command(TEST_COMMAND_CODE_2); in testAddAndRemoveCommand() local
111 .addCommand(testCommand2) in testAddAndRemoveCommand()
114 .removeCommand(testCommand2); in testAddAndRemoveCommand()
117 assertFalse(commandGroup.hasCommand(testCommand2)); in testAddAndRemoveCommand()