Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/database/sqlite/
H A 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17501 Landroid/database/sqlite/SQLiteConnectionPool;->mConnectionLeaked:Ljava/util/concurrent/atomic/Atom…