Searched refs:mTotalStatementsCount (Results 1 – 1 of 1) sorted by relevance
125 private final AtomicLong mTotalStatementsCount = new AtomicLong(0); field in SQLiteConnectionPool570 mTotalStatementsCount.incrementAndGet(); in onStatementExecuted()1168 printer.println(" Total statements executed: " + mTotalStatementsCount); in dump()1169 if (mTotalStatementsCount.get() > 0) { in dump()1172 + mTotalStatementsTime.get() / mTotalStatementsCount.get()); in dump()1254 return mTotalStatementsCount.get(); in getTotalStatementsCount()