Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/omadm/
DMoSerializerTest.java40 Document mDocument; field in MoSerializerTest
48 mDocument = mMoSerializer.createNewDocument(); in setUp()
58 Element element = mMoSerializer.createMgmtTree(mDocument); in testShouldReturnValidElementForCreateMgmtTree()
61 assertTrue(mDocument.hasChildNodes()); in testShouldReturnValidElementForCreateMgmtTree()
71 Element element = mMoSerializer.writeVersion(mDocument); in testShouldReturnValidElementForWriteVersion()
86 Element element = mMoSerializer.createNodeForUrn(mDocument, TEST_URN); in testShouldReturnValidElementForCreateNodeForUrn()
109 Element element = mMoSerializer.createNode(mDocument, TEST_NODE); in testShouldReturnValidElementForCreateNode()
128 Element element = mMoSerializer.createNodeForValue(mDocument, TEST_NODE, TEST_VALUE); in testShouldReturnValidElementForCreateNodeForValue()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java572 protected final RemotePrintDocumentInfo mDocument; field in RemotePrintDocument.AsyncCommand
588 mDocument = document; in AsyncCommand()
752 mDocument.changed = false; in run()
796 if (changed || !equalsIgnoreSize(mDocument.info, info)) { in handleOnLayoutFinished()
799 mDocument.pagesWrittenToFile = null; in handleOnLayoutFinished()
800 mDocument.pagesInFileToPrint = null; in handleOnLayoutFinished()
801 mDocument.changed = true; in handleOnLayoutFinished()
805 mDocument.attributes = mNewAttributes; in handleOnLayoutFinished()
806 mDocument.metadata = mMetadata; in handleOnLayoutFinished()
807 mDocument.laidout = true; in handleOnLayoutFinished()
[all …]
/frameworks/base/core/java/android/printservice/
DPrintJob.java47 private final PrintDocument mDocument; field in PrintJob
59 mDocument = new PrintDocument(mCachedInfo.getId(), client, in PrintJob()
110 return mDocument; in getDocument()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt55258 Landroid/printservice/PrintJob;->mDocument:Landroid/printservice/PrintDocument;