Searched refs:mManagedCursors (Results 1 – 1 of 1) sorted by relevance
904 private final ArrayList<ManagedCursor> mManagedCursors = new ArrayList<>(); field in Activity2656 synchronized (mManagedCursors) { in onDestroy()2657 int numCursors = mManagedCursors.size(); in onDestroy()2659 ManagedCursor c = mManagedCursors.get(i); in onDestroy()2664 mManagedCursors.clear(); in onDestroy()3291 synchronized (mManagedCursors) { in startManagingCursor()3292 mManagedCursors.add(new ManagedCursor(c)); in startManagingCursor()3315 synchronized (mManagedCursors) { in stopManagingCursor()3316 final int N = mManagedCursors.size(); in stopManagingCursor()3318 ManagedCursor mc = mManagedCursors.get(i); in stopManagingCursor()[all …]