Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DPerStateBytesSubject.java58 check("getBackgroundModeBytes()").that(mActual.getBackgroundModeBytes()) in isEqualTo()
59 .isEqualTo(expected.getBackgroundModeBytes()); in isEqualTo()
72 && actual.getBackgroundModeBytes() == expected.getBackgroundModeBytes() in isEquals()
H A DIoOveruseConfigurationSubject.java55 + (perStateBytes.getBackgroundModeBytes() * 10 ^ 3)
108 && actual.getBackgroundModeBytes() == expected.getBackgroundModeBytes() in isPerStateBytesEquals()
/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DPerStateBytes.java95 public long getBackgroundModeBytes() { in getBackgroundModeBytes() method in PerStateBytes
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
H A DCarWatchdogTestFragment.java322 : ioOveruseStats.getRemainingWriteBytes().getBackgroundModeBytes(); in fetchInitialDiskIoStats()
496 : ioOveruseStats.getRemainingWriteBytes().getBackgroundModeBytes(); in onOveruse()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java2136 threshold.perStateWriteBytes.backgroundBytes = perStateBytes.getBackgroundModeBytes(); in toPerStateIoOveruseThreshold()
2267 if (config.getComponentLevelThresholds().getBackgroundModeBytes() <= 0 in checkIoOveruseConfig()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarShellCommand.java2288 componentLevelThresholds.getBackgroundModeBytes(),
/aosp12/packages/services/Car/car-lib/api/
H A Dcurrent.txt738 method public long getBackgroundModeBytes();