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