Searched defs:mTaskStoppedAuthorities (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsCache.java230 private final HashSet<String> mTaskStoppedAuthorities = new HashSet<>(); field in class:RootsCache.UpdateTask
271 mStoppedAuthorities = mTaskStoppedAuthorities;
283 mTaskStoppedAuthorities.add(info.authority);

Completed in 379 milliseconds