Searched refs:mDocument (Results 1 – 3 of 3) sorted by relevance
42 Document mDocument; field in MoSerializerTest50 mDocument = mMoSerializer.createNewDocument(); in setUp()60 Element element = mMoSerializer.createMgmtTree(mDocument); in testShouldReturnValidElementForCreateMgmtTree()63 assertTrue(mDocument.hasChildNodes()); in testShouldReturnValidElementForCreateMgmtTree()73 Element element = mMoSerializer.writeVersion(mDocument); in testShouldReturnValidElementForWriteVersion()88 Element element = mMoSerializer.createNodeForUrn(mDocument, TEST_URN); in testShouldReturnValidElementForCreateNodeForUrn()111 Element element = mMoSerializer.createNode(mDocument, TEST_NODE); in testShouldReturnValidElementForCreateNode()130 Element element = mMoSerializer.createNodeForValue(mDocument, TEST_NODE, TEST_VALUE); in testShouldReturnValidElementForCreateNodeForValue()
572 protected final RemotePrintDocumentInfo mDocument; field in RemotePrintDocument.AsyncCommand588 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 …]
47 private final PrintDocument mDocument; field in PrintJob59 mDocument = new PrintDocument(mCachedInfo.getId(), client, in PrintJob()110 return mDocument; in getDocument()