Searched refs:logs (Results 1 – 9 of 9) sorted by relevance
46 Queue<LogMaker> logs = findMatchingLogs(queue, in assertHasActionLog() local49 assertTrue(message, !logs.isEmpty()); in assertHasActionLog()66 Queue<LogMaker> logs = findMatchingLogs(queue, in assertHasVisibilityLog() local69 assertTrue(message, !logs.isEmpty()); in assertHasVisibilityLog()84 LinkedList<LogMaker> logs = new LinkedList<>(); in findMatchingLogs() local86 return logs; in findMatchingLogs()91 logs.push(b); in findMatchingLogs()94 return logs; in findMatchingLogs()
66 ArrayList<String> logs = helper.getTimingLogs(is); in testGetTimingLogs() local67 assertTrue(logs.contains(validLine)); in testGetTimingLogs()68 assertFalse(logs.contains(invalidLine)); in testGetTimingLogs()98 ArrayList<String> logs = in testGetMetrics() local109 doReturn(logs).when(helper).getTimingLogs(any()); in testGetMetrics()
34 @Rule public TestLogData logs = new TestLogData(); field in StubInstrumentationAnnotatedTest38 logs.addTestLog("fake_file", new File("/fake/path")); in testOne()
81 public LogAnnotation(List<LogHolder> logs) { in LogAnnotation() argument82 mLogs.addAll(logs); in LogAnnotation()
99 protected List<File> filterFiles(Map<String, LogFile> logs) { in filterFiles() argument101 for (Map.Entry<String, LogFile> entry : logs.entrySet()) { in filterFiles()
347 private val logs = mutableListOf<String>() in log() constant in android.platform.uiautomator_helpers.WaitUtils.LoggerImpl359 logs += if (logTimeDelta) "+${uptimeMillis() - startTime}ms $s" else s in log()364 Log.d(TAG, logs.joinToString("\n")) in log()
27 // To find a reasonable value, consult the logs and see what real
22 * Fix the timestamp in failed iteration logs.
371 `/tmp/logs/mobly/<CujTestName>/<TestDateTime>`.455 4. Search the following keywords for the related logs in the bug report:458 5. Review the Wi-Fi Direct logs in the bug report if the `WIFI_DIRECT` medium is used.