Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DProtoDumpTestCase.java216 protected boolean checkLogcatForText(String logcatTag, String text, int maxTimeMs) { in checkLogcatForText()
DBatteryStatsValidationTest.java558 private String executeBackground(String actionValue, int maxTimeMs) throws Exception { in executeBackground()
606 private String executeForeground(String actionValue, int maxTimeMs) throws Exception { in executeForeground()
/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java128 long maxTimeMs = Math.min( in decode() local
160 String name, int video, int w, int h, Surface surface, int round, long maxTimeMs) in doDecode()