OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMatchingRoots
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
RootsCacheTest.java
65
RootsCache.
getMatchingRoots
(mRoots, mState));
72
RootsCache.
getMatchingRoots
(mRoots, mState));
79
RootsCache.
getMatchingRoots
(mRoots, mState));
86
RootsCache.
getMatchingRoots
(mRoots, mState));
93
RootsCache.
getMatchingRoots
(mRoots, mState));
100
RootsCache.
getMatchingRoots
(mRoots, mState));
107
RootsCache.
getMatchingRoots
(mRoots, mState));
114
RootsCache.
getMatchingRoots
(mRoots, mState));
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsCache.java
343
return
getMatchingRoots
(mRoots.values(), state);
348
static List<RootInfo>
getMatchingRoots
(Collection<RootInfo> roots, State state) {
Completed in 38 milliseconds