Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DModel.java202 doc = loadDocument(modelId, filter); in loadDocuments()
212 if (loadDocument(modelId, filter) != null) { in hasDocuments()
222 private @Nullable DocumentInfo loadDocument(String modelId, Predicate<Cursor> filter) { in loadDocument() method in Model
DAbstractActionHandler.java366 loadDocument( in openContainerDocument()
712 protected final void loadDocument(Uri uri, UserId userId, LoadDocStackCallback callback) { in loadDocument() method in AbstractActionHandler
793 loadDocument(uri, UserId.DEFAULT_USER, this::onStackToLaunchToLoaded); in launchToDocument()
/packages/services/Car/tools/ioanalyze/
Danalyzer.py176 def loadDocument(self, doc): member in SystemActivity
243 system.loadDocument(document)