Searched refs:maxTimeMs (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | BatteryStatsValidationTest.java | 558 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()
|
D | ProtoDumpTestCase.java | 216 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/ |
D | VideoDecoderPerfTest.java | 128 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()
|