Searched refs:a11ySettingDuration (Results 1 – 2 of 2) sorted by relevance
445 final int a11ySettingDuration = (int) shortDuration + 1000; in testAccessDuration_whenCustomToastAndWithA11yTimeoutEnabled() local447 Integer.toString(a11ySettingDuration)); in testAccessDuration_whenCustomToastAndWithA11yTimeoutEnabled()449 ACCESSIBILITY_STATE_WAIT_TIMEOUT_MS, a11ySettingDuration); in testAccessDuration_whenCustomToastAndWithA11yTimeoutEnabled()454 assertTrue("Toast duration " + a11yDuration + "ms < A11y setting " + a11ySettingDuration in testAccessDuration_whenCustomToastAndWithA11yTimeoutEnabled()455 + "ms", a11yDuration >= a11ySettingDuration); in testAccessDuration_whenCustomToastAndWithA11yTimeoutEnabled()476 final int a11ySettingDuration = (int) shortDuration + 1000; in testAccessDuration_whenTextToastAndWithA11yTimeoutEnabled() local478 Integer.toString(a11ySettingDuration)); in testAccessDuration_whenTextToastAndWithA11yTimeoutEnabled()480 ACCESSIBILITY_STATE_WAIT_TIMEOUT_MS, a11ySettingDuration); in testAccessDuration_whenTextToastAndWithA11yTimeoutEnabled()486 assertTrue("Toast duration " + a11yDuration + "ms < A11y setting " + a11ySettingDuration in testAccessDuration_whenTextToastAndWithA11yTimeoutEnabled()487 + "ms", a11yDuration >= a11ySettingDuration); in testAccessDuration_whenTextToastAndWithA11yTimeoutEnabled()
257 final int a11ySettingDuration = (int) shortDuration + 1000; in testAccessDuration_withA11yTimeoutEnabled() local259 Integer.toString(a11ySettingDuration)); in testAccessDuration_withA11yTimeoutEnabled()261 ACCESSIBILITY_STATE_WAIT_TIMEOUT_MS, a11ySettingDuration); in testAccessDuration_withA11yTimeoutEnabled()266 assertTrue(a11yDuration >= a11ySettingDuration); in testAccessDuration_withA11yTimeoutEnabled()