Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DPerStateBytesSubject.java56 check("getForegroundModeBytes()").that(mActual.getForegroundModeBytes()) in isEqualTo()
57 .isEqualTo(expected.getForegroundModeBytes()); in isEqualTo()
71 return actual.getForegroundModeBytes() == expected.getForegroundModeBytes() in isEquals()
DIoOveruseConfigurationSubject.java54 return (int) ((perStateBytes.getForegroundModeBytes() * 10 ^ 4)
107 return actual.getForegroundModeBytes() == expected.getForegroundModeBytes() in isPerStateBytesEquals()
/packages/services/Car/car-lib/src/android/car/watchdog/
DPerStateBytes.java87 public long getForegroundModeBytes() { in getForegroundModeBytes() method in PerStateBytes
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java200 return ioOveruseStats.getRemainingWriteBytes().getForegroundModeBytes(); in fetchRemainingBytes()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java1036 threshold.perStateWriteBytes.foregroundBytes = perStateBytes.getForegroundModeBytes(); in toPerStateIoOveruseThreshold()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java2157 componentLevelThresholds).getForegroundModeBytes();
/packages/services/Car/car-lib/api/
Dcurrent.txt739 method public long getForegroundModeBytes();