Home
last modified time | relevance | path

Searched refs:webLinkableFile (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java167 Doc webLinkableFile = buildDoc("doc:web-linkable-file", "WEB_LINKABLE_FILE", in resetRoots() local
169 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()