Searched refs:checkThreadPoolName (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DThreadFactoryBuilderTest.java59 checkThreadPoolName(thread, 1);
77 checkThreadPoolName(thread2, 2);
85 checkThreadPoolName(thread3, 1);
92 private static void checkThreadPoolName(Thread thread, int threadId) { method in class:ThreadFactoryBuilderTest

Completed in 308 milliseconds