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

/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsManagerInternal.java33 public abstract void advisePersistThreshold(long thresholdBytes); method in class:NetworkStatsManagerInternal
H A DNetworkStatsService.java871 private void advisePersistThreshold(long thresholdBytes) { method in class:NetworkStatsService
877 Slog.v(TAG, "advisePersistThreshold() given " + thresholdBytes + ", clamped to "
1425 public void advisePersistThreshold(long thresholdBytes) { method in class:NetworkStatsService.NetworkStatsManagerInternalImpl
1426 NetworkStatsService.this.advisePersistThreshold(thresholdBytes);
H A DNetworkPolicyManagerService.java4351 mNetworkStats.advisePersistThreshold(persistThreshold);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java1749 verify(mStatsService).advisePersistThreshold(anyLong());

Completed in 35 milliseconds