Searched refs:mDebugStatementForLogging (Results 1 – 1 of 1) sorted by relevance
189 private volatile SQLiteStatement mDebugStatementForLogging; // not thread safe. field in AccountsDb1336 if (mDebugStatementForLogging != null) { in getStatementForLogging()1337 return mDebugStatementForLogging; in getStatementForLogging()1340 mDebugStatementForLogging = compileSqlStatementForLogging(); in getStatementForLogging()1341 return mDebugStatementForLogging; in getStatementForLogging()1350 if (mDebugStatementForLogging != null) { in closeDebugStatement()1351 mDebugStatementForLogging.close(); in closeDebugStatement()1352 mDebugStatementForLogging = null; in closeDebugStatement()