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

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

Completed in 322 milliseconds