Searched refs:mManagedCursors (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DActivity.java820 @GuardedBy("mManagedCursors")
821 private final ArrayList<ManagedCursor> mManagedCursors = new ArrayList<>(); field in class:Activity
1926 synchronized (mManagedCursors) {
1927 int numCursors = mManagedCursors.size();
1929 ManagedCursor c = mManagedCursors.get(i);
1934 mManagedCursors.clear();
2518 synchronized (mManagedCursors) {
2519 mManagedCursors.add(new ManagedCursor(c));
2542 synchronized (mManagedCursors) {
2543 final int N = mManagedCursors
[all...]

Completed in 61 milliseconds