Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/provider/
DContentCache.java112 private final Statistics mStats;
427 mStats = new Statistics(this); in ContentCache()
733 static class Statistics { class in ContentCache
761 Statistics(ContentCache cache) { in Statistics() method in ContentCache.Statistics
766 Statistics(String name) { in Statistics() method in ContentCache.Statistics
812 Statistics totals = new Statistics("Totals"); in dumpStats()