Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DRenameDocumentUiTest.java99 bots.directory.assertDocumentsCount(4); in testRenameFile_OkButton()
115 bots.directory.assertDocumentsCount(4); in testRenameFile_Enter()
127 bots.directory.assertDocumentsCount(4); in testRenameWithoutChangeIsNoOp()
141 bots.directory.assertDocumentsCount(4); in testRenameFile_Cancel()
159 bots.directory.assertDocumentsCount(4); in testRenameDir()
169 bots.directory.assertDocumentsCount(4); in testRename_NameExists()
183 bots.directory.assertDocumentsCount(4); in testRename_RecoverAfterConflict()
H A DActivityTest.java185 bots.directory.assertDocumentsCount(4); in assertDefaultContentOfTestDir0()
191 bots.directory.assertDocumentsCount(2); in assertDefaultContentOfTestDir1()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DDirectoryListBot.java80 public void assertDocumentsCount(int count) throws UiObjectNotFoundException { in assertDocumentsCount() method in DirectoryListBot