Home
last modified time | relevance | path

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

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