OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMatchingRootsBlocking
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsLoader.java
46
return mRoots.
getMatchingRootsBlocking
(mState);
RecentLoader.java
174
final Collection<RootInfo> roots = mRoots.
getMatchingRootsBlocking
(mState);
RecentsCreateFragment.java
160
final Collection<RootInfo> matchingRoots = mRoots.
getMatchingRootsBlocking
(mState);
RootsCache.java
339
public Collection<RootInfo>
getMatchingRootsBlocking
(State state) {
DocumentsActivity.java
316
final Collection<RootInfo> matchingRoots = mRoots.
getMatchingRootsBlocking
(mState);
[
all
...]
Completed in 1202 milliseconds