Searched refs:mConnectionLeaked (Results 1 – 2 of 2) sorted by relevance
92 private final AtomicBoolean mConnectionLeaked = new AtomicBoolean(); field in SQLiteConnectionPool535 mConnectionLeaked.set(true); in onConnectionLeaked()749 if (mConnectionLeaked.compareAndSet(true, false)) { in waitForConnection()
17510 Landroid/database/sqlite/SQLiteConnectionPool;->mConnectionLeaked:Ljava/util/concurrent/atomic/Atom…