Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DRenameDocumentUiTest.java92 bots.directory.assertDocumentsCount(4); in testRenameFile_OkButton()
108 bots.directory.assertDocumentsCount(4); in testRenameFile_Enter()
120 bots.directory.assertDocumentsCount(4); in testRenameWithoutChangeIsNoOp()
134 bots.directory.assertDocumentsCount(4); in testRenameFile_Cancel()
150 bots.directory.assertDocumentsCount(4); in testRenameDir()
160 bots.directory.assertDocumentsCount(4); in testRename_NameExists()
174 bots.directory.assertDocumentsCount(4); in testRename_RecoverAfterConflict()
DActivityTest.java180 bots.directory.assertDocumentsCount(4); in assertDefaultContentOfTestDir0()
186 bots.directory.assertDocumentsCount(2); in assertDefaultContentOfTestDir1()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java78 public void assertDocumentsCount(int count) throws UiObjectNotFoundException { in assertDocumentsCount() method in DirectoryListBot