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