Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DPerStateBytesSubject.java58 check("getBackgroundModeBytes()").that(mActual.getBackgroundModeBytes()) in isEqualTo()
59 .isEqualTo(expected.getBackgroundModeBytes()); in isEqualTo()
72 && actual.getBackgroundModeBytes() == expected.getBackgroundModeBytes() in isEquals()
DIoOveruseConfigurationSubject.java55 + (perStateBytes.getBackgroundModeBytes() * 10 ^ 3)
108 && actual.getBackgroundModeBytes() == expected.getBackgroundModeBytes() in isPerStateBytesEquals()
/packages/services/Car/car-lib/src/android/car/watchdog/
DPerStateBytes.java95 public long getBackgroundModeBytes() { in getBackgroundModeBytes() method in PerStateBytes
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java1037 threshold.perStateWriteBytes.backgroundBytes = perStateBytes.getBackgroundModeBytes(); in toPerStateIoOveruseThreshold()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java2185 componentLevelThresholds.getBackgroundModeBytes(),
/packages/services/Car/car-lib/api/
Dcurrent.txt738 method public long getBackgroundModeBytes();