Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java251 private final List<AtomsProto.CarWatchdogSystemIoUsageSummary> mPulledSystemIoUsageSummaries = field in CarWatchdogServiceUnitTest
3089 .that(mPulledSystemIoUsageSummaries).containsExactlyElementsIn(expectedSummaries); in testPullSystemIoUsageSummaryAtomsWithRestart()
3090 mPulledSystemIoUsageSummaries.clear(); in testPullSystemIoUsageSummaryAtomsWithRestart()
3099 .that(mPulledSystemIoUsageSummaries).isEmpty(); in testPullSystemIoUsageSummaryAtomsWithRestart()
3118 .that(mPulledSystemIoUsageSummaries).containsExactlyElementsIn(expectedSummaries); in testPullSystemIoUsageSummaryAtomsWithDateChange()
3119 mPulledSystemIoUsageSummaries.clear(); in testPullSystemIoUsageSummaryAtomsWithDateChange()
3128 .that(mPulledSystemIoUsageSummaries).isEmpty(); in testPullSystemIoUsageSummaryAtomsWithDateChange()
3140 .that(mPulledSystemIoUsageSummaries).containsExactlyElementsIn(expectedSummaries); in testPullSystemIoUsageSummaryAtomsWithDateChange()
3738 mPulledSystemIoUsageSummaries.add(AtomsProto.CarWatchdogSystemIoUsageSummary in mockBuildStatsEventCalls()