Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/
H A DShareSheet.kt38 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
H A DNotificationGuts.kt35 assertThat(mNotification.wait(Until.gone(gutsSelector), UI_RESPONSE_TIMEOUT_MSECS)).isTrue() in close()
40 const val UI_RESPONSE_TIMEOUT_MSECS: Long = 3000 constant
H A DNotificationShade.kt285 private const val UI_RESPONSE_TIMEOUT_MSECS: Long = 3000 constant
316 UI_RESPONSE_TIMEOUT_MSECS,
323 UI_RESPONSE_TIMEOUT_MSECS,
/aosp_15_r20/platform_testing/libraries/health/rules/src/android/platform/test/rule/
H A DQuickstepPressureRule.java31 private static final long UI_RESPONSE_TIMEOUT_MSECS = 10000; field in QuickstepPressureRule
62 if (!getUiDevice().wait(Until.hasObject(By.pkg(pkg).depth(0)), UI_RESPONSE_TIMEOUT_MSECS)) { in startActivity()