Searched refs:mManagedCursors (Results 1 – 2 of 2) sorted by relevance
898 private final ArrayList<ManagedCursor> mManagedCursors = new ArrayList<>(); field in Activity2534 synchronized (mManagedCursors) { in onDestroy()2535 int numCursors = mManagedCursors.size(); in onDestroy()2537 ManagedCursor c = mManagedCursors.get(i); in onDestroy()2542 mManagedCursors.clear(); in onDestroy()3154 synchronized (mManagedCursors) { in startManagingCursor()3155 mManagedCursors.add(new ManagedCursor(c)); in startManagingCursor()3178 synchronized (mManagedCursors) { in stopManagingCursor()3179 final int N = mManagedCursors.size(); in stopManagingCursor()3181 ManagedCursor mc = mManagedCursors.get(i); in stopManagingCursor()[all …]
1361 Landroid/app/Activity;->mManagedCursors:Ljava/util/ArrayList;