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

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java823 private void expectSettings(long persistThreshold, long bucketDuration, long maxHistory) argument
826 expect(mSettings.getPersistThreshold()).andReturn(persistThreshold).anyTimes();

Completed in 116 milliseconds