Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java93 private final AtomicBoolean mConnectionLeaked = new AtomicBoolean(); field in SQLiteConnectionPool
558 mConnectionLeaked.set(true); in onConnectionLeaked()
773 if (mConnectionLeaked.compareAndSet(true, false)) { in waitForConnection()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14623 Landroid/database/sqlite/SQLiteConnectionPool;->mConnectionLeaked:Ljava/util/concurrent/atomic/Atom…