Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java68 List<String> commands = new ArrayList(); in init() local
70 commands.add("cec-client"); in init()
73 commands.add("-p"); in init()
74 commands.add("2"); in init()
76 commands.add("-t"); in init()
77 commands.add("x"); in init()
78 commands.addAll(Arrays.asList(clientParams)); in init()
80 mCecClient = RunUtil.getDefault().runCmdInBackground(commands); in init()
370 List<String> commands = new ArrayList<>(); in killCecProcess() local
372 commands.add("pkill"); in killCecProcess()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DLargeNumAidsService.java13 CommandApdu[] commands = new CommandApdu[256]; in getCommandSequence() local
15commands[i] = HceUtils.buildSelectApdu(HceUtils.LARGE_NUM_AIDS_PREFIX + String.format("%02X", i) + in getCommandSequence()
18 return commands; in getCommandSequence()
/cts/tests/tests/media/src/android/media/cts/
DSession2CommandGroupTest.java64 Set<Session2Command> commands = commandGroup.getCommands(); in testGetCommands() local
65 assertTrue(commands.contains(command1)); in testGetCommands()
66 assertFalse(commands.contains(command2)); in testGetCommands()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java97 public boolean[] onGetSupportedCommands(String[] commands) { in onGetSupportedCommands() argument
98 boolean[] results = new boolean[commands.length]; in onGetSupportedCommands()
100 for (int idx = 0; idx < commands.length; idx++) { in onGetSupportedCommands()
101 results[idx] = Utils.TEST_COMMAND.equals(commands[idx]); in onGetSupportedCommands()
102 Log.i(TAG, "command " + commands[idx] + ", support = " + results[idx]); in onGetSupportedCommands()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DCommandSession.java567 ArrayList<T> commands = mStorage.get(hostId);
568 if (commands == null) {
569 commands = new ArrayList<>();
570 mStorage.put(hostId, commands);
572 commands.add(data);
589 final ArrayList<Bundle> commands = mStorage.get(hostId);
590 if (commands != null) {
591 final Iterator<Bundle> iterator = commands.iterator();
599 if (commands.isEmpty()) {
/cts/hostsidetests/hdmicec/
Dcec_adapter.md175 (except `<command id>`, which requires 2 digits). Here, we want to send commands
181 4. Here are some useful commands to execute remote actions:
220 for more info on formatting your request and a full list of commands and their
/cts/tests/core/runner-axt/src/com/android/cts/runner/
DCtsTestRunListener.java131 String[] commands = {"df", tempdir}; in printMemory() local
135 Process proc = runtime.exec(commands); in printMemory()
/cts/tests/core/runner/src/com/android/cts/runner/
DCtsTestRunListener.java131 String[] commands = {"df", tempdir}; in printMemory() local
135 Process proc = runtime.exec(commands); in printMemory()
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DTestApp.java98 String[] commands = {Utils.TEST_COMMAND}; in continueTests() local
99 boolean[] supported = mInteractor.supportsCommands(commands); in continueTests()
/cts/apps/EmptyDeviceOwner/
DREADME16 To update the apk file, run the following commands from your android checkout:
/cts/apps/EmptyDeviceAdmin/
DREADME16 To update the apk file, run the following commands from your android checkout: