Searched refs:testCommand (Results 1 – 3 of 3) sorted by relevance
208 String testCommand = String.format("%s %s=string_array:%s", in simulateProviderSuggestion() local212 sendProviderTestCommand(providerIndex, testCommand); in simulateProviderSuggestion()216 private void sendProviderTestCommand(int providerIndex, String testCommand) throws Exception { in sendProviderTestCommand() argument218 SHELL_COMMAND_SEND_PROVIDER_TEST_COMMAND, providerIndex, testCommand); in sendProviderTestCommand()
47 Session2Command testCommand = new Session2Command(TEST_COMMAND_CODE_1); in testHasCommand() local49 .addCommand(testCommand); in testHasCommand()52 assertTrue(commandGroup.hasCommand(testCommand)); in testHasCommand()
137 public void testCommand() throws Exception { in testCommand() method in ShortcutManagerNegativeTest