Home
last modified time | relevance | path

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

/cts/tests/PhotoPicker/src/android/photopicker/cts/
DActionGetContentOnlyTest.java317 UiObject saveButton = findSaveButton(); in findAndClickFileInDocumentsUi() local
321 boolean targetObjectFullyVisible = !saveButton.exists() in findAndClickFileInDocumentsUi()
323 <= saveButton.getVisibleBounds().top; in findAndClickFileInDocumentsUi()
/cts/tests/providerui/src/android/providerui/cts/
DMediaStoreUiTest.java375 UiObject saveButton = findSaveButton(); in findDocument() local
379 boolean targetObjectFullyVisible = !saveButton.exists() in findDocument()
381 <= saveButton.getVisibleBounds().top; in findDocument()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java822 UiObject saveButton = findSaveButton(); in findDocument() local
826 boolean targetObjectFullyVisible = !saveButton.exists() in findDocument()
828 <= saveButton.getVisibleBounds().top; in findDocument()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java175 UiObject saveButton = findSaveButton(); in findDocument() local
179 boolean targetObjectFullyVisible = !saveButton.exists() in findDocument()
181 <= saveButton.getVisibleBounds().top; in findDocument()