Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java189 private volatile SQLiteStatement mDebugStatementForLogging; // not thread safe. field in AccountsDb
1336 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()