Searched refs:wait_time (Results 1 – 3 of 3) sorted by relevance
151 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 …]
45 def wait_with_log(self, wait_time): argument46 logging.info("Sleep for %s seconds", wait_time)47 time.sleep(wait_time)
251 def wait_with_log(self, wait_time): argument253 logging.info("Sleep for %s seconds", wait_time)254 time.sleep(wait_time)