Home
last modified time | relevance | path

Searched refs:getShellCommandOutput (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/backup/src/android/cts/backup/
DParallelUserBackupRestoreHostSideTest.java159 mBackupUtils.getShellCommandOutput( in backupCallableForUser()
181 mBackupUtils.getShellCommandOutput(
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java223 public static <T extends MessageLite> T getShellCommandOutput(@Nonnull ITestDevice device, in getShellCommandOutput() method in DeviceUtils
236 public static <T extends MessageLite> T getShellCommandOutput( in getShellCommandOutput() method in DeviceUtils
239 return getShellCommandOutput(device, parser, ExtensionRegistry.getEmptyRegistry(), cmd); in getShellCommandOutput()
421 …BatteryServiceDumpProto batteryProto = getShellCommandOutput(device, BatteryServiceDumpProto.parse… in hasBattery()
DReportUtils.java219 ConfigMetricsReportList reportList = DeviceUtils.getShellCommandOutput( in getReportList()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DHostAtomTests.java730 StatsDataDumpProto statsProto = DeviceUtils.getShellCommandOutput( in getReportsFromStatsDataDumpProto()