Home
last modified time | relevance | path

Searched refs:setNameFormat (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DThreadFactoryBuilderTest.java98 ThreadFactory factory = builder.setNameFormat(format).build(); in testNameFormatWithPercentS_custom()
107 ThreadFactory factory = builder.setNameFormat(format).build(); in testNameFormatWithPercentD_custom()
/external/guava/guava/src/com/google/common/util/concurrent/
DJdkFutureAdapters.java115 .setNameFormat("ListenableFutureAdapter-thread-%d")
DThreadFactoryBuilder.java70 public ThreadFactoryBuilder setNameFormat(String nameFormat) { in setNameFormat() method in ThreadFactoryBuilder