Searched refs:thread_messages (Results 1 – 1 of 1) sorted by relevance
340 private static List<String> filterForThread(Object[] thread_messages, String thread_name) { in filterForThread() argument343 for (int i = 0; i < thread_messages.length; i++) { in filterForThread()344 String message = (String)thread_messages[i]; in filterForThread()