Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java319 private String executeBackground(String actionValue, int maxTimeMs) throws Exception { in executeBackground() argument
322 checkLogcatForText(BG_VS_FG_TAG, searchString, maxTimeMs); in executeBackground()
367 private String executeForeground(String actionValue, int maxTimeMs) throws Exception { in executeForeground() argument
370 checkLogcatForText(BG_VS_FG_TAG, searchString, maxTimeMs); in executeForeground()
DProtoDumpTestCase.java216 protected boolean checkLogcatForText(String logcatTag, String text, int maxTimeMs) { in checkLogcatForText() argument
262 receiver, maxTimeMs, TimeUnit.MILLISECONDS, 0); in checkLogcatForText()
/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java96 long maxTimeMs = Math.min( in decode() local
100 maxTimeMs /= 10; in decode()
106 Log.d(TAG, "round #" + i + ": " + name + " for " + maxTimeMs + " msecs to surface"); in decode()
109 measuredFps[i] = doDecode(name, resource, width, height, s, i, maxTimeMs); in decode()
129 int round, long maxTimeMs) throws Exception { in doDecode() argument
226 || (elapsed > maxTimeMs) in doDecode()