Searched refs:runCommand (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/ |
D | TestInterface.java | 94 void runCommand(int command) { in runCommand() method in TestInterface.LooperThread 433 mLT.runCommand(mLT.TestPowerManagement); in runPowerManagement() 437 mLT.runCommand(mLT.TestMemoryBandwidth); in runMemoryBandwidth() 441 mLT.runCommand(mLT.TestMemoryLatency); in runMemoryLatency() 445 mLT.runCommand(mLT.TestHeatSoak); in runCPUHeatSoak() 449 mLT.runCommand(mLT.TestGFlops); in runCPUGFlops()
|
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
D | ShortcutManagerTestUtils.java | 162 public static List<String> runCommand(Instrumentation instrumentation, String command) { in runCommand() method in ShortcutManagerTestUtils 163 return runCommand(instrumentation, command, null); in runCommand() 165 public static List<String> runCommand(Instrumentation instrumentation, String command, in runCommand() method in ShortcutManagerTestUtils 182 runCommand(instrumentation, command, result -> result.size() == 0); in runCommandForNoOutput() 187 return runCommand(instrumentation, "cmd shortcut " + command, resultAsserter); in runShortcutCommand() 210 runCommand(instrumentation, "cmd package set-home-activity --user " in setDefaultLauncher() 213 runCommand(instrumentation, "cmd shortcut clear-default-launcher --user " in setDefaultLauncher() 258 runCommand(instrumentation, in enableComponent() 265 runCommand(instrumentation, "appops set " + packageName + " " + op + " " + mode); in appOps() 273 for (String s : runCommand(instrumentation, "dumpsys shortcut")) { in dumpsysShortcut() [all …]
|