Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DRuntimeDataSupplier.java47 public class RuntimeDataSupplier implements DataSupplier { class
56 public RuntimeDataSupplier(Context context, LoaderManager loaderMgr) { in RuntimeDataSupplier() method in RuntimeDataSupplier
DInspectorActivity.java73 final DataSupplier loader = new RuntimeDataSupplier(this, LoaderManager.getInstance(this)); in onCreate()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/inspector/
DDocumentLoaderTest.java75 mLoader = new RuntimeDataSupplier(mContext, mLoaderManager); in setUp()