Home
last modified time | relevance | path

Searched refs:runCommand (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
DTestInterface.java94 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/
DShortcutManagerTestUtils.java191 public static List<String> runCommand(Instrumentation instrumentation, String command) { in runCommand() method in ShortcutManagerTestUtils
192 return runCommand(instrumentation, command, null); in runCommand()
194 public static List<String> runCommand(Instrumentation instrumentation, String command, in runCommand() method in ShortcutManagerTestUtils
211 runCommand(instrumentation, command, result -> result.size() == 0); in runCommandForNoOutput()
216 return runCommand(instrumentation, "cmd shortcut " + command, resultAsserter); in runShortcutCommand()
323 runCommand(instrumentation, in enableComponent()
330 runCommand(instrumentation, "appops set " + packageName + " " + op + " " + mode); in appOps()
338 for (String s : runCommand(instrumentation, "dumpsys shortcut")) { in dumpsysShortcut()
344 return new JSONObject(concatResult(runCommand(instrumentation, "dumpsys shortcut -c"))); in getCheckinDump()
/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
DDynamicCodeLoggerIntegrationTests.java416 runCommand("cmd jobscheduler run -f android " + jobId); in runDynamicCodeLoggingJob()
420 String response = runCommand( in runDynamicCodeLoggingJob()
433 private static String runCommand(String command) throws Exception { in runCommand() method in DynamicCodeLoggerIntegrationTests
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
DDomainVerificationShell.java127 public Boolean runCommand(@NonNull BasicShellCommandHandler commandHandler, in runCommand() method in DomainVerificationShell
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java316 mDomainVerificationShell.runCommand(this, cmd); in onCommand()