Searched refs:webLinkableFile (Results 1 – 1 of 1) sorted by relevance
167 Doc webLinkableFile = buildDoc("doc:web-linkable-file", "WEB_LINKABLE_FILE", in resetRoots() local169 webLinkableFile.flags = Document.FLAG_VIRTUAL_DOCUMENT | Document.FLAG_WEB_LINKABLE; in resetRoots()170 webLinkableFile.contents = "Fake contents.".getBytes(); in resetRoots()171 mLocalRoot.children.add(webLinkableFile); in resetRoots()172 mCreateRoot.children.add(webLinkableFile); in resetRoots()