Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DDemoProvider.java41 public static final String DIR_AUTH = "throw a authentication exception"; field in DemoProvider
95 case DIR_AUTH: in queryChildDocuments()
107 addFolder(c, DIR_AUTH); in queryChildDocuments()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DDirectoryMessagesUiTest.java48 bots.directory.openDocument(DemoProvider.DIR_AUTH); in testAuthenticationMessage_visible()