Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DMultiRootDocumentsLoader.java284 protected abstract QueryTask getQueryTask(String authority, List<RootInfo> rootInfos); in getQueryTask() argument
364 public final List<RootInfo> rootInfos; field in MultiRootDocumentsLoader.QueryTask
369 public QueryTask(String authority, List<RootInfo> rootInfos) { in QueryTask() argument
371 this.rootInfos = rootInfos; in QueryTask()
406 final int rootInfoCount = rootInfos.size(); in runInternal()
411 final RootInfo rootInfo = rootInfos.get(i); in runInternal()
DGlobalSearchLoader.java89 protected QueryTask getQueryTask(String authority, List<RootInfo> rootInfos) { in getQueryTask() argument
90 return new SearchTask(authority, rootInfos); in getQueryTask()
95 public SearchTask(String authority, List<RootInfo> rootInfos) { in SearchTask() argument
96 super(authority, rootInfos); in SearchTask()
DRecentsLoader.java86 protected QueryTask getQueryTask(String authority, List<RootInfo> rootInfos) { in getQueryTask() argument
87 return new RecentsTask(authority, rootInfos); in getQueryTask()
92 public RecentsTask(String authority, List<RootInfo> rootInfos) { in RecentsTask() argument
93 super(authority, rootInfos); in RecentsTask()