Searched refs:getTotalStatementsCount (Results 1 – 2 of 2) sorted by relevance
2760 (a, b) -> Long.compare(b.getTotalStatementsCount(), a.getTotalStatementsCount())); in dumpAll()2764 totalStatementsCount += dbPool.getTotalStatementsCount(); in dumpAll()2774 " " + dbPool.getPath() + " : " + dbPool.getTotalStatementsCount()); in dumpAll()
1260 public long getTotalStatementsCount() { in getTotalStatementsCount() method in SQLiteConnectionPool