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.java558 private String executeBackground(String actionValue, int maxTimeMs) throws Exception { in executeBackground() argument
561 checkLogcatForText(BG_VS_FG_TAG, searchString, maxTimeMs); in executeBackground()
606 private String executeForeground(String actionValue, int maxTimeMs) throws Exception { in executeForeground() argument
609 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.java128 long maxTimeMs = Math.min( in decode() local
132 maxTimeMs /= 10; in decode()
138 Log.d(TAG, "round #" + i + ": " + name + " for " + maxTimeMs + " msecs to surface"); in decode()
141 measuredFps[i] = doDecode(name, resourceId, width, height, s, i, maxTimeMs); in decode()
160 String name, int video, int w, int h, Surface surface, int round, long maxTimeMs) in doDecode() argument
259 || (elapsed > maxTimeMs) in doDecode()