Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/packages/
DUidMap.cpp451 int64_t newMin = getMinimumTimestampNs(); in appendUidMap() local
453 if (newMin > prevMin) { // Delete anything possible now that the minimum has in appendUidMap()
455 int64_t cutoff_nanos = newMin; in appendUidMap()