Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java92 private final AtomicBoolean mConnectionLeaked = new AtomicBoolean(); field in SQLiteConnectionPool
535 mConnectionLeaked.set(true); in onConnectionLeaked()
749 if (mConnectionLeaked.compareAndSet(true, false)) { in waitForConnection()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt17510 Landroid/database/sqlite/SQLiteConnectionPool;->mConnectionLeaked:Ljava/util/concurrent/atomic/Atom…