Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DRuntimeDataSupplier.java50 private final LoaderManager mLoaderMgr; field in RuntimeDataSupplier
60 mLoaderMgr = loaderMgr; in RuntimeDataSupplier()
86 mLoaderMgr.restartLoader(getNextLoaderId(), null, mDocCallbacks); in loadDocInfo()
108 mLoaderMgr.restartLoader(getNextLoaderId(), null, mDirCallbacks); in loadDirCount()
130 mLoaderMgr.restartLoader(getNextLoaderId(), null, mMetadataCallbacks); in getDocumentMetadata()
136 mLoaderMgr.destroyLoader(id); in reset()
151 while(mLoaderMgr.getLoader(id) != null) { in getNextLoaderId()