Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DOveruseConfigurationCache.java495 private static PerStateBytes constructPerStateBytes(long fgBytes, long bgBytes, long gmBytes) { in constructPerStateBytes() argument
499 garageModeBytes = gmBytes; in constructPerStateBytes()
/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseMonitorTest.cpp90 const int64_t gmBytes) { in constructPerStateBytes() argument
94 perStateBytes.garageModeBytes = gmBytes; in constructPerStateBytes()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java1101 long fgBytes, long bgBytes, long gmBytes) { in constructPerStateBytes() argument
1106 perStateBytes.garageModeBytes = gmBytes; in constructPerStateBytes()
DWatchdogPerfHandlerUnitTest.java4836 long fgBytes, long bgBytes, long gmBytes) { in constructPerStateIoOveruseThreshold() argument
4842 threshold.perStateWriteBytes.garageModeBytes = gmBytes; in constructPerStateIoOveruseThreshold()
5012 long fgBytes, long bgBytes, long gmBytes) { in constructPerStateBytes() argument
5017 perStateBytes.garageModeBytes = gmBytes; in constructPerStateBytes()