Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DUtils.java123 long maxTimeToOutputMs = testTimeoutMs + testTimeoutMs / 10; in runDeviceTests() local
124 testRunner.setMaxTimeToOutputResponse(maxTimeToOutputMs, TimeUnit.MILLISECONDS); in runDeviceTests()