Home
last modified time | relevance | path

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

/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DLocationTimeZoneManagerShellHelper.java208 String testCommand = String.format("%s %s=string_array:%s", in simulateProviderSuggestion() local
212 sendProviderTestCommand(providerIndex, testCommand); in simulateProviderSuggestion()
216 private void sendProviderTestCommand(int providerIndex, String testCommand) throws Exception { in sendProviderTestCommand() argument
218 SHELL_COMMAND_SEND_PROVIDER_TEST_COMMAND, providerIndex, testCommand); in sendProviderTestCommand()
/cts/tests/tests/media/src/android/media/cts/
DSession2CommandGroupTest.java47 Session2Command testCommand = new Session2Command(TEST_COMMAND_CODE_1); in testHasCommand() local
49 .addCommand(testCommand); in testHasCommand()
52 assertTrue(commandGroup.hasCommand(testCommand)); in testHasCommand()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerNegativeTest.java137 public void testCommand() throws Exception { in testCommand() method in ShortcutManagerNegativeTest