Searched refs:mManagedCursors (Results 1 – 2 of 2) sorted by relevance
898 private final ArrayList<ManagedCursor> mManagedCursors = new ArrayList<>(); field in Activity2528 synchronized (mManagedCursors) { in onDestroy()2529 int numCursors = mManagedCursors.size(); in onDestroy()2531 ManagedCursor c = mManagedCursors.get(i); in onDestroy()2536 mManagedCursors.clear(); in onDestroy()3147 synchronized (mManagedCursors) { in startManagingCursor()3148 mManagedCursors.add(new ManagedCursor(c)); in startManagingCursor()3171 synchronized (mManagedCursors) { in stopManagingCursor()3172 final int N = mManagedCursors.size(); in stopManagingCursor()3174 ManagedCursor mc = mManagedCursors.get(i); in stopManagingCursor()[all …]
1540 Landroid/app/Activity;->mManagedCursors:Ljava/util/ArrayList;