Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DActivity.java2691 synchronized (mManagedCursors) { in onDestroy()
2692 int numCursors = mManagedCursors.size(); in onDestroy()
2699 mManagedCursors.clear(); in onDestroy()
3349 synchronized (mManagedCursors) { in startManagingCursor()
3373 synchronized (mManagedCursors) { in stopManagingCursor()
3374 final int N = mManagedCursors.size(); in stopManagingCursor()
3378 mManagedCursors.remove(i); in stopManagingCursor()
8140 synchronized (mManagedCursors) {
8141 final int N = mManagedCursors.size();
8295 synchronized (mManagedCursors) {
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1361 Landroid/app/Activity;->mManagedCursors:Ljava/util/ArrayList;