Home
last modified time | relevance | path

Searched refs:taskCursors (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DMultiRootDocumentsLoader.java184 final Cursor[] taskCursors = task.get(); in loadInBackgroundLocked() local
185 if (taskCursors == null || taskCursors.length == 0) { in loadInBackgroundLocked()
189 totalQuerySize += taskCursors.length; in loadInBackgroundLocked()
190 for (Cursor cursor : taskCursors) { in loadInBackgroundLocked()