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.java495 assertEquals(time, coll.roundDown(time)); in testRounding()
499 assertEquals(TIME_A, coll.roundDown(TIME_A)); in testRounding()
502 assertEquals(TIME_A, coll.roundDown(TIME_A + 1)); in testRounding()
505 assertEquals(TIME_A - HOUR_IN_MILLIS, coll.roundDown(TIME_A - 1)); in testRounding()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java176 public long roundDown(long time) { in roundDown() method in NetworkStatsCollection
258 augmentEnd = roundDown(augmentEnd); in getHistory()
260 collectStart = roundDown(collectStart); in getHistory()