Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/
DFullThreadDevice.java117 List<String> addresses = executeCommand("ipaddr"); in getOmrAddress()
133 List<String> addresses = executeCommand("ipaddr mleid"); in getMlEid()
144 List<String> output = executeCommand("ipaddr linklocal"); in getLinkLocalAddress()
158 List<String> addresses = executeCommand("ipaddr"); in getMeshLocalAddresses()
177 executeCommand("dataset set active " + base16().lowerCase().encode(dataset.toThreadTlvs())); in joinNetwork()
178 executeCommand("ifconfig up"); in joinNetwork()
179 executeCommand("thread start"); in joinNetwork()
184 executeCommand("thread stop"); in stopThreadRadio()
185 executeCommand("ifconfig down"); in stopThreadRadio()
205 return executeCommand("state").get(0); in getState()
[all …]
DOtDaemonController.java47 executeCommand("factoryreset"); in factoryReset()
67 String output = executeCommand("ifconfig"); in isInterfaceUp()
108 public String executeCommand(String cmd) { in executeCommand() method in OtDaemonController
118 return Arrays.asList(executeCommand(cmd).split("\n")).stream() in executeCommandAndParse()
/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/
DThreadIntegrationTest.java232 mOtCtl.executeCommand("br disable"); in joinNetworkWithBrDisabled_meshLocalAddressesArePreferred()
245 mOtCtl.executeCommand("br enable"); in joinNetworkWithBrDisabled_meshLocalAddressesArePreferred()
276 mOtCtl.executeCommand("prefix add " + TEST_NO_SLAAC_PREFIX + " pros med"); in addPrefixToNetData_routeIsAddedToTunInterface()
277 mOtCtl.executeCommand("netdata register"); in addPrefixToNetData_routeIsAddedToTunInterface()
280 String netData = mOtCtl.executeCommand("netdata show"); in addPrefixToNetData_routeIsAddedToTunInterface()
295 mOtCtl.executeCommand("prefix add " + TEST_NO_SLAAC_PREFIX + " pros med"); in removePrefixFromNetData_routeIsRemovedFromTunInterface()
296 mOtCtl.executeCommand("netdata register"); in removePrefixFromNetData_routeIsRemovedFromTunInterface()
298 mOtCtl.executeCommand("prefix remove " + TEST_NO_SLAAC_PREFIX); in removePrefixFromNetData_routeIsRemovedFromTunInterface()
299 mOtCtl.executeCommand("netdata register"); in removePrefixFromNetData_routeIsRemovedFromTunInterface()
302 String netData = mOtCtl.executeCommand("netdata show"); in removePrefixFromNetData_routeIsRemovedFromTunInterface()
[all …]
/packages/modules/Virtualization/compos/benchmark/src/java/com/android/compos/benchmark/
DComposBenchmark.java96 executeCommand(command); in testHostCompileTime()
161 String output = executeCommand(command); in getLatestDex2oatSuccessTime()
198 private String executeCommand(String command) { in executeCommand() method in ComposBenchmark
235 ProcessUtil.getProcessMap(this::executeCommand).entrySet()) { in updateProcessMemory()
240 ProcessUtil.getProcessSmapsRollup(pId, this::executeCommand).entrySet()) { in updateProcessMemory()
/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DDeployAgent.java140 private static Process executeCommand(String command) throws IOException { in executeCommand() method in DeployAgent
157 Process p = executeCommand(commandBuilder.toString()); in getFilenameFromPackageName()
202 Process p = executeCommand(commandBuilder.toString()); in createInstallSession()
221 Process p = executeCommand(commandBuilder.toString()); in commitInstallSession()
/packages/services/Car/tools/emulator/
Dprop_event_simulator.py62 executeCommand(args)
64 def executeCommand(args): function
/packages/modules/Virtualization/tests/benchmark/src/java/com/android/microdroid/benchmark/
DMicrodroidBenchmarks.java126 executeCommand("mount -t debugfs none /sys/kernel/debug"); in setupDebugfs()
151 executeCommand("umount /sys/kernel/debug"); in tearDown()
423 private String executeCommand(String command) { in executeCommand() method in MicrodroidBenchmarks
530 MemoryUsageListener listener = new MemoryUsageListener(this::executeCommand); in testMemoryUsage()
616 MemoryReclaimListener listener = new MemoryReclaimListener(this::executeCommand); in testMemoryReclaim()
/packages/services/Car/tests/UserSwitchMonitorApp/src/com/google/android/car/userswitchmonitor/
DUserSwitchMonitorService.java207 executeCommand(pw, args); in dump()
236 private void executeCommand(PrintWriter pw, String[] args) { in executeCommand() method in UserSwitchMonitorService
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java139 boolean result = executeCommand(cmd); in executeNext()
222 private <T extends StatefulActivity<?> & RecentsViewContainer> boolean executeCommand( in executeCommand() method in OverviewCommandHelper
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorMainPortal.java74 ListenableFuture<?> executeCommand = in execute() local