Lines Matching refs:authority
159 mExecutors.lookup(task.authority).execute(task); in loadInBackgroundLocked()
217 Log.e(TAG, "Failed to query documents for authority: " + task.authority in loadInBackgroundLocked()
268 if (root.authority == null || shouldIgnoreRoot(root) in indexRoots()
273 if (!rootsIndex.containsKey(root.authority)) { in indexRoots()
274 rootsIndex.put(root.authority, new ArrayList<>()); in indexRoots()
276 rootsIndex.get(root.authority).add(root); in indexRoots()
298 protected abstract QueryTask getQueryTask(String authority, List<RootInfo> rootInfos); in getQueryTask() argument
345 mExecutors.lookup(task.authority).execute(() -> FileUtils.closeQuietly(task)); in onReset()
375 public final String authority; field in MultiRootDocumentsLoader.QueryTask
381 public QueryTask(String authority, List<RootInfo> rootInfos) { in QueryTask() argument
382 this.authority = authority; in QueryTask()
427 authority)) { in runInternal() argument
439 Log.w(TAG, "Failed to load " + authority + ", " + rootInfo.rootId, e); in runInternal()
443 Log.w(TAG, "Failed to acquire content resolver for authority: " + authority); in runInternal()