Searched refs:mPersistThresholdBytes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsRecorder.java77 private long mPersistThresholdBytes = 2 * MB_IN_BYTES; field in class:NetworkStatsRecorder
105 mPersistThresholdBytes = MathUtils.constrain(
208 * {@link #mPersistThresholdBytes}.
212 if (pendingBytes >= mPersistThresholdBytes) {

Completed in 128 milliseconds