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