Searched refs:UI_RESPONSE_TIMEOUT_MSECS (Results 1 – 4 of 4) sorted by relevance
38 return uiDevice.wait(Until.hasObject(selector), UI_RESPONSE_TIMEOUT_MSECS.toLong()) in hasObjectWithWait()47 device.waitForIdle(UI_RESPONSE_TIMEOUT_MSECS.toLong()) in pullUp()54 const val UI_RESPONSE_TIMEOUT_MSECS = 3000 constant
35 assertThat(mNotification.wait(Until.gone(gutsSelector), UI_RESPONSE_TIMEOUT_MSECS)).isTrue() in close()40 const val UI_RESPONSE_TIMEOUT_MSECS: Long = 3000 constant
285 private const val UI_RESPONSE_TIMEOUT_MSECS: Long = 3000 constant316 UI_RESPONSE_TIMEOUT_MSECS,323 UI_RESPONSE_TIMEOUT_MSECS,
31 private static final long UI_RESPONSE_TIMEOUT_MSECS = 10000; field in QuickstepPressureRule62 if (!getUiDevice().wait(Until.hasObject(By.pkg(pkg).depth(0)), UI_RESPONSE_TIMEOUT_MSECS)) { in startActivity()