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

/frameworks/base/core/java/android/net/
H A DINetworkStatsService.aidl46 void advisePersistThreshold(long thresholdBytes);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsRecorder.java103 public void setPersistThreshold(long thresholdBytes) { argument
104 if (LOGV) Slog.v(TAG, "setPersistThreshold() with " + thresholdBytes);
106 thresholdBytes, 1 * KB_IN_BYTES, 100 * MB_IN_BYTES);
H A DNetworkStatsService.java667 public void advisePersistThreshold(long thresholdBytes) { argument
672 mPersistThreshold = MathUtils.constrain(thresholdBytes, 128 * KB_IN_BYTES, 2 * MB_IN_BYTES);
674 Slog.v(TAG, "advisePersistThreshold() given " + thresholdBytes + ", clamped to "
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DThrottleServiceTest.java243 public void setThrottlePolicy(long thresholdBytes, int valueKbitps, int resetDay) { argument
245 Settings.Global.putLong(resolver, Settings.Global.THROTTLE_THRESHOLD_BYTES, thresholdBytes);

Completed in 245 milliseconds