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

/frameworks/base/core/java/android/net/
H A DINetworkStatsService.aidl58 void advisePersistThreshold(long thresholdBytes);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DParceledListSliceTest.java56 final int thresholdBytes = 256 * 1024;
57 final int objectCount = thresholdBytes / measureLargeObject();
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsRecorder.java105 public void setPersistThreshold(long thresholdBytes) { argument
106 if (LOGV) Slog.v(TAG, "setPersistThreshold() with " + thresholdBytes);
108 thresholdBytes, 1 * KB_IN_BYTES, 100 * MB_IN_BYTES);
H A DNetworkStatsService.java739 public void advisePersistThreshold(long thresholdBytes) { argument
744 mPersistThreshold = MathUtils.constrain(thresholdBytes, 128 * KB_IN_BYTES, 2 * MB_IN_BYTES);
746 Slog.v(TAG, "advisePersistThreshold() given " + thresholdBytes + ", clamped to "

Completed in 89 milliseconds