Searched refs:getForegroundModeBytes (Results 1 – 7 of 7) sorted by relevance
56 check("getForegroundModeBytes()").that(mActual.getForegroundModeBytes()) in isEqualTo()57 .isEqualTo(expected.getForegroundModeBytes()); in isEqualTo()71 return actual.getForegroundModeBytes() == expected.getForegroundModeBytes() in isEquals()
54 return (int) ((perStateBytes.getForegroundModeBytes() * 10 ^ 4)107 return actual.getForegroundModeBytes() == expected.getForegroundModeBytes() in isPerStateBytesEquals()
87 public long getForegroundModeBytes() { in getForegroundModeBytes() method in PerStateBytes
321 ? ioOveruseStats.getRemainingWriteBytes().getForegroundModeBytes() in fetchInitialDiskIoStats()495 ? ioOveruseStats.getRemainingWriteBytes().getForegroundModeBytes() in onOveruse()
2135 threshold.perStateWriteBytes.foregroundBytes = perStateBytes.getForegroundModeBytes(); in toPerStateIoOveruseThreshold()2268 || config.getComponentLevelThresholds().getForegroundModeBytes() <= 0 in checkIoOveruseConfig()
2260 componentLevelThresholds).getForegroundModeBytes();
739 method public long getForegroundModeBytes();