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.java157 mBackupUtils.getShellCommandOutput( in backupCallableForUser()
177 mBackupUtils.getShellCommandOutput(
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DReportUtils.java126 ConfigMetricsReportList reportList = DeviceUtils.getShellCommandOutput(device, in getReportList()
DDeviceUtils.java183 public static <T extends MessageLite> T getShellCommandOutput(@Nonnull ITestDevice device, in getShellCommandOutput() method in DeviceUtils
350 …BatteryServiceDumpProto batteryProto = getShellCommandOutput(device, BatteryServiceDumpProto.parse… in hasBattery()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DHostAtomTests.java685 StatsDataDumpProto statsProto = DeviceUtils.getShellCommandOutput( in getReportsFromStatsDataDumpProto()