Home
last modified time | relevance | path

Searched refs:getDump (Results 1 – 25 of 25) sorted by relevance

/cts/hostsidetests/incident/src/com/android/server/cts/
DActivityManagerIncidentTest.java59 final ActivityManagerServiceDumpBroadcastsProto dump = getDump( in testDumpBroadcasts()
93 final ActivityManagerServiceDumpServicesProto dump = getDump( in testDumpServices()
180 final ActivityManagerServiceDumpProcessesProto dump = getDump( in testDumpProcesses()
230 assertTrue(dump.getMemWatchProcesses().getDump().getFile().isEmpty()); in verifyActivityManagerServiceDumpProcessesProto()
DNotificationIncidentTest.java74 final NotificationServiceDumpProto dump = getDump(NotificationServiceDumpProto.parser(), in testNotificationRecords()
109 final NotificationServiceDumpProto dump = getDump(NotificationServiceDumpProto.parser(), in testRankingConfig()
139 final NotificationServiceDumpProto dump = getDump(NotificationServiceDumpProto.parser(), in testZenMode()
DJobSchedulerIncidentTest.java36 getDump(JobSchedulerServiceDumpProto.parser(), "dumpsys jobscheduler --proto"); in testJobSchedulerServiceDump()
50 testJobStatusDumpProto(rj.getDump()); in verifyJobSchedulerServiceDumpProto()
71 testJobStatusDumpProto(pj.getDump()); in verifyJobSchedulerServiceDumpProto()
83 testJobStatusDumpProto(ajRj.getDump()); in verifyJobSchedulerServiceDumpProto()
DStackTraceIncidentTest.java29 assertTrue(s.getDump().isEmpty()); in verifyBackTraceProto()
DProcStatsProtoTest.java63 final ProcessStatsServiceDumpProto dump = getDump(ProcessStatsServiceDumpProto.parser(), in testDump()
DBatteryIncidentTest.java36 getDump(BatteryServiceDumpProto.parser(), "dumpsys battery --proto"); in testBatteryServiceDump()
DNetstatsIncidentTest.java99 NetworkStatsServiceDumpProto dump = getDump(NetworkStatsServiceDumpProto.parser(), in testSanityCheck()
144 dump = getDump(NetworkStatsServiceDumpProto.parser(), "dumpsys netstats --proto"); in testSanityCheck()
188 dump = getDump(NetworkStatsServiceDumpProto.parser(), "dumpsys netstats --proto"); in testSanityCheck()
DFingerprintIncidentTest.java39 getDump(FingerprintServiceDumpProto.parser(), "dumpsys fingerprint --proto"); in testFingerprintServiceDump()
DAppWidgetIncidentTest.java111 AppWidgetServiceDumpProto dump = getDump(AppWidgetServiceDumpProto.parser(), in prepare()
DIncidentdTest.java31 …final IncidentProto dump = getDump(IncidentProto.parser(), "incident " + destArg + " 2>/dev/null"); in testIncidentReportDump()
DDiskStatsProtoTest.java35 final DiskStatsServiceDumpProto dump = getDump(DiskStatsServiceDumpProto.parser(), in testDump()
DPackageIncidentTest.java64 getDump(PackageServiceDumpProto.parser(), "dumpsys package --proto"); in testPackageServiceDump()
DUsbIncidentTest.java36 final UsbServiceDumpProto dump = getDump(UsbServiceDumpProto.parser(), in testUsbServiceDump()
DPowerIncidentTest.java35 getDump(PowerManagerServiceDumpProto.parser(), "dumpsys power --proto"); in testPowerServiceDump()
DPrintProtoTest.java51 PrintServiceDumpProto dump = getDump(PrintServiceDumpProto.parser(), in testDump()
DMemInfoIncidentTest.java29 getDump(MemInfoDumpProto.parser(), "dumpsys -t 30000 meminfo -a --proto"); in testMemInfoDump()
DSettingsIncidentTest.java54 SettingsServiceDumpProto dump = getDump(SettingsServiceDumpProto.parser(), in testBasicStructure()
DAlarmManagerIncidentTest.java39 getDump(AlarmManagerServiceDumpProto.parser(), "dumpsys alarm --proto"); in testAlarmManagerServiceDump()
DProtoDumpTestCase.java99 public <T extends MessageLite> T getDump(Parser<T> parser, String command) throws Exception { in getDump() method in ProtoDumpTestCase
DGraphicsStatsValidationTest.java208 … GraphicsStatsServiceDumpProto serviceDumpProto = getDump(GraphicsStatsServiceDumpProto.parser(),
DBatteryStatsIncidentTest.java55 final BatteryStatsServiceDumpProto dump = getDump(BatteryStatsServiceDumpProto.parser(), in testBatteryStatsServiceDump()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DAtomTestCase.java376 ConfigMetricsReportList reportList = getDump(ConfigMetricsReportList.parser(), in getReportList()
390 BatteryStatsProto batteryStatsProto = getDump(BatteryStatsServiceDumpProto.parser(), in getBatteryStatsProto()
404 StatsDataDumpProto statsProto = getDump(StatsDataDumpProto.parser(), in getReportsFromStatsDataDumpProto()
425 android.service.procstats.ProcessStatsSectionProto sectionProto = getDump( in getProcStatsProto()
451 android.service.procstats.ProcessStatsSectionProto sectionProto = getDump( in getAllProcStatsProto()
476 BatteryServiceDumpProto batteryProto = getDump(BatteryServiceDumpProto.parser(), in hasBattery()
DBaseTestCase.java88 public <T extends MessageLite> T getDump(Parser<T> parser, String command) in getDump() method in BaseTestCase
/cts/hostsidetests/statsd/src/android/cts/statsd/metadata/
DMetadataTestCase.java31 StatsdStatsReport report = getDump(StatsdStatsReport.parser(), in getStatsdStatsReport()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java134 return getDump(ConfigMetricsReportList.parser(), in getReportList()
233 private <T extends MessageLite> T getDump(Parser<T> parser, String command) in getDump() method