Searched refs:mManagedCursors (Results 1 – 2 of 2) sorted by relevance
2691 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 …]
1361 Landroid/app/Activity;->mManagedCursors:Ljava/util/ArrayList;