Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DProtoUtils.java37 .invoke(null, SystemUtil.runShellCommandByteOutput(automation, command))); in getProto()
DSystemUtil.java90 return new String(runShellCommandByteOutput(automation, cmd)); in runShellCommand()
103 public static byte[] runShellCommandByteOutput(UiAutomation automation, String cmd) in runShellCommandByteOutput() method in SystemUtil
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DMetricsRecorder.java341 final var output = SystemUtil.runShellCommandByteOutput( in getReportList()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java2921 byte[] archivedPackage = SystemUtil.runShellCommandByteOutput( in testInstallArchivedFromArchived()
2973 byte[] archivedPackage = SystemUtil.runShellCommandByteOutput( in testInstallArchivedFromArchivedWithUser()
2995 byte[] archivedPackage = SystemUtil.runShellCommandByteOutput( in testInstallArchivedUpdate()
3053 byte[] archivedPackage = SystemUtil.runShellCommandByteOutput( in testInstallArchivedCheckFlags()
3076 byte[] archivedPackageFlags = SystemUtil.runShellCommandByteOutput( in testInstallArchivedCheckFlags()
3126 byte[] archivedPackage = SystemUtil.runShellCommandByteOutput( in testInstallArchivedBroadcasts()
DChecksumsTest.java415 byte[] archivedPackage = SystemUtil.runShellCommandByteOutput( in testArchivedDefaultChecksums()