Home
last modified time | relevance | path

Searched refs:getBackgroundModeBytes (Results 1 – 10 of 10) 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.java96 public long getBackgroundModeBytes() { in getBackgroundModeBytes() method in PerStateBytes
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java324 : ioOveruseStats.getRemainingWriteBytes().getBackgroundModeBytes(); in fetchInitialDiskIoStats()
504 : ioOveruseStats.getRemainingWriteBytes().getBackgroundModeBytes(); in onOveruse()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java2685 threshold.perStateWriteBytes.backgroundBytes = perStateBytes.getBackgroundModeBytes(); in toPerStateIoOveruseThreshold()
2816 if (config.getComponentLevelThresholds().getBackgroundModeBytes() <= 0 in checkIoOveruseConfig()
/packages/services/Car/car-lib/api/
Dcurrent.txt1102 method public long getBackgroundModeBytes();
Dlint-baseline.txt1910 UnflaggedApi: android.car.watchdog.PerStateBytes#getBackgroundModeBytes():
1911 …ust be flagged with @FlaggedApi: method android.car.watchdog.PerStateBytes.getBackgroundModeBytes()
/packages/services/Car/car-lib-module/api/
Dcurrent.txt1102 method public long getBackgroundModeBytes();
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java3608 componentLevelThresholds.getBackgroundModeBytes(),
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2886 method TIRAMISU_0 long getBackgroundModeBytes();