Home
last modified time | relevance | path

Searched refs:roundDown (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/net/
DNetworkStatsCollectionTest.java494 assertEquals(time, coll.roundDown(time)); in testRounding()
498 assertEquals(TIME_A, coll.roundDown(TIME_A)); in testRounding()
501 assertEquals(TIME_A, coll.roundDown(TIME_A + 1)); in testRounding()
504 assertEquals(TIME_A - HOUR_IN_MILLIS, coll.roundDown(TIME_A - 1)); in testRounding()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java175 public long roundDown(long time) { in roundDown() method in NetworkStatsCollection
286 augmentEnd = roundDown(augmentEnd); in getHistory()
288 collectStart = roundDown(collectStart); in getHistory()