Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DSession2CommandGroupTest.java49 .addCommand(testCommand); in testHasCommand()
61 .addCommand(command1); in testGetCommands()
74 .addCommand(command); in testDescribeContents()
82 .addCommand(new Session2Command(TEST_COMMAND_CODE_1)) in testWriteToParcel()
83 .addCommand(new Session2Command(TEST_COMMAND_CODE_2)); in testWriteToParcel()
97 .addCommand(new Session2Command(TEST_COMMAND_CODE_1)); in testBuilder()
110 .addCommand(testCommand1) in testAddAndRemoveCommand()
111 .addCommand(testCommand2) in testAddAndRemoveCommand()
112 .addCommand(testCommand3); in testAddAndRemoveCommand()
DMediaController2Test.java68 .addCommand(new Session2Command(ALLOWED_COMMAND_CODE)).build();
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DShellCommandBuilder.java70 addCommand("settings delete secure " + name); in deleteSecureSetting()
75 addCommand("settings put secure " + name + " " + value); in putSecureSetting()
86 public ShellCommandBuilder addCommand(String command) { in addCommand() method in ShellCommandBuilder
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilitySoftKeyboardTest.java204 .addCommand(enableImeCommand) in TestImeSession()
212 .addCommand(ShellCommandUtils.resetImes()) in close()