Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DWatchdogStorageUnitTest.java733 int includingStartDaysAgo, int excludingEndDaysAgo) { in sampleStatsBetweenDates() argument
734 return sampleStatsBetweenDates(includingStartDaysAgo, excludingEndDaysAgo, in sampleStatsBetweenDates()
739 int includingStartDaysAgo, int excludingEndDaysAgo, int writtenBytesMultiplier) { in sampleStatsBetweenDates() argument
742 for (int i = includingStartDaysAgo; i < excludingEndDaysAgo; ++i) { in sampleStatsBetweenDates()