Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DSearchResult.java55 @Nullable private GenericDocument mDocument; field in SearchResult
78 if (mDocument == null) { in getGenericDocument()
79 mDocument = in getGenericDocument()
82 return mDocument; in getGenericDocument()
191 matchInfo.mDocument == null, in addMatchInfo()
309 @Nullable final GenericDocument mDocument; field in SearchResult.MatchInfo
322 mDocument = document; in MatchInfo()
350 mDocument != null, in getFullText()
352 mFullText = getPropertyValues(mDocument, mPropertyPath); in getFullText()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java578 protected final RemotePrintDocumentInfo mDocument; field in RemotePrintDocument.AsyncCommand
594 mDocument = document; in AsyncCommand()
758 mDocument.changed = false; in run()
802 if (changed || !equalsIgnoreSize(mDocument.info, info)) { in handleOnLayoutFinished()
805 mDocument.pagesWrittenToFile = null; in handleOnLayoutFinished()
806 mDocument.pagesInFileToPrint = null; in handleOnLayoutFinished()
807 mDocument.changed = true; in handleOnLayoutFinished()
811 mDocument.attributes = mNewAttributes; in handleOnLayoutFinished()
812 mDocument.metadata = mMetadata; in handleOnLayoutFinished()
813 mDocument.laidout = true; in handleOnLayoutFinished()
[all …]
/frameworks/base/core/java/android/printservice/
DPrintJob.java48 private final PrintDocument mDocument; field in PrintJob
60 mDocument = new PrintDocument(mCachedInfo.getId(), client, in PrintJob()
111 return mDocument; in getDocument()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt44696 Landroid/printservice/PrintJob;->mDocument:Landroid/printservice/PrintDocument;