Searched refs:mDocument (Results 1 – 4 of 4) sorted by relevance
40 Document mDocument; field in MoSerializerTest48 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()
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()
55258 Landroid/printservice/PrintJob;->mDocument:Landroid/printservice/PrintDocument;