Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/provider/
DContentCache.java699 mStats.hitTimes += nanoTime; in recordQueryTime()
781 private long hitTimes = 0; field in ContentCache.Statistics
805 hitTimes += cache.mStats.hitTimes; in addCacheStatistics()
833 append(sb, "\nHit time", hitTimes / 1000000.0 / hits); in toString()