Home
last modified time | relevance | path

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

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