Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java175 UiObject saveButton = findSaveButton(); in findDocument()
196 private UiObject findSaveButton() throws UiObjectNotFoundException { in findSaveButton() method in DocumentsClientTest
345 findSaveButton().click(); in testCreateNew()
376 findSaveButton().click(); in testCreateExisting()
399 findSaveButton().click(); in testTree()
473 assertFalse(findSaveButton().isEnabled()); in testRestrictStorageAccessFrameworkEnabled_blockFromTree()
483 assertFalse(findSaveButton().isEnabled()); in testRestrictStorageAccessFrameworkEnabled_blockFromTree()
500 assertFalse(findSaveButton().isEnabled()); in testRestrictStorageAccessFrameworkEnabled_blockFromTree()
509 assertFalse(findSaveButton().isEnabled()); in testRestrictStorageAccessFrameworkEnabled_blockFromTree()
515 assertTrue(findSaveButton().isEnabled()); in testRestrictStorageAccessFrameworkEnabled_blockFromTree()
[all …]
/cts/tests/PhotoPicker/src/android/photopicker/cts/
DActionGetContentOnlyTest.java269 private UiObject findSaveButton() { in findSaveButton() method in ActionGetContentOnlyTest
317 UiObject saveButton = findSaveButton(); in findAndClickFileInDocumentsUi()
/cts/tests/providerui/src/android/providerui/cts/
DMediaStoreUiTest.java375 UiObject saveButton = findSaveButton(); in findDocument()
396 private UiObject findSaveButton() throws UiObjectNotFoundException { in findSaveButton() method in MediaStoreUiTest
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java822 UiObject saveButton = findSaveButton(); in findDocument()
843 private UiObject findSaveButton() throws UiObjectNotFoundException { in findSaveButton() method in DownloadManagerTest