Searched refs:mTotalStatementsCount (Results 1 – 1 of 1) sorted by relevance
118 private final AtomicLong mTotalStatementsCount = new AtomicLong(0); field in SQLiteConnectionPool563 mTotalStatementsCount.incrementAndGet(); in onStatementExecuted()1149 printer.println(" Total statements executed: " + mTotalStatementsCount); in dump()1150 if (mTotalStatementsCount.get() > 0) { in dump()1153 + mTotalStatementsTime.get() / mTotalStatementsCount.get()); in dump()1235 return mTotalStatementsCount.get(); in getTotalStatementsCount()