Home
last modified time | relevance | path

Searched refs:getForegroundModeBytes (Results 1 – 10 of 10) 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.java88 public long getForegroundModeBytes() { in getForegroundModeBytes() method in PerStateBytes
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java323 ? ioOveruseStats.getRemainingWriteBytes().getForegroundModeBytes() in fetchInitialDiskIoStats()
503 ? ioOveruseStats.getRemainingWriteBytes().getForegroundModeBytes() in onOveruse()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java2684 threshold.perStateWriteBytes.foregroundBytes = perStateBytes.getForegroundModeBytes(); in toPerStateIoOveruseThreshold()
2817 || config.getComponentLevelThresholds().getForegroundModeBytes() <= 0 in checkIoOveruseConfig()
/packages/services/Car/car-lib/api/
Dcurrent.txt1103 method public long getForegroundModeBytes();
Dlint-baseline.txt1912 UnflaggedApi: android.car.watchdog.PerStateBytes#getForegroundModeBytes():
1913 …ust be flagged with @FlaggedApi: method android.car.watchdog.PerStateBytes.getForegroundModeBytes()
/packages/services/Car/car-lib-module/api/
Dcurrent.txt1103 method public long getForegroundModeBytes();
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java3580 componentLevelThresholds).getForegroundModeBytes();
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2885 method TIRAMISU_0 long getForegroundModeBytes();