Searched refs:mCreatedTimestamp (Results 1 – 2 of 2) sorted by relevance
29 final long mCreatedTimestamp; field in EventBatch43 mCreatedTimestamp = createdTimestamp; in EventBatch()
189 && mClock.uptimeMillis() - batch.mCreatedTimestamp >= mMaxGroupLingerDuration) { in maybeEmitBatch()271 long batchAge = mClock.uptimeMillis() - batch.mCreatedTimestamp; in emitBatch()309 pw.println(" Created " + (now - batch.mCreatedTimestamp) + "ms ago"); in dump()