Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/appHelpers/src/android/tools/device/apphelpers/
DMapsAppHelper.kt151 private fun hasSearchBar(wait_time: Long = WAIT_TIMEOUT): Boolean { in hasSearchBar()
152 return getSelectableSearchBar(wait_time) != null || getEditableSearchBar(wait_time) != null in hasSearchBar()
155 private fun getSelectableSearchBar(wait_time: Long = WAIT_TIMEOUT): UiObject2? { in getSelectableSearchBar()
158 wait_time in getSelectableSearchBar()
162 private fun getEditableSearchBar(wait_time: Long = WAIT_TIMEOUT): UiObject2? { in getEditableSearchBar()
165 wait_time in getEditableSearchBar()
169 private fun getDirectionsButton(wait_time: Long = WAIT_TIMEOUT): UiObject2? { in getDirectionsButton()
172 wait_time in getDirectionsButton()
176 private fun getStartPointBox(wait_time: Long = WAIT_TIMEOUT): UiObject2? { in getStartPointBox()
177 return uiDevice.wait(Until.findObject(By.text(UI_STARTING_POINT_DESC)), wait_time) in getStartPointBox()
[all …]
/platform_testing/tests/automotive/mobly_tests/utilities/
Dcommon_utils.py45 def wait_with_log(self, wait_time): argument
46 logging.info("Sleep for %s seconds", wait_time)
47 time.sleep(wait_time)
Dspectatio_utils.py251 def wait_with_log(self, wait_time): argument
253 logging.info("Sleep for %s seconds", wait_time)
254 time.sleep(wait_time)