HomeSort by relevance Sort by last modified time
    Searched refs:RegisterFactoryThread (Results 1 - 2 of 2) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceThreadTest.java 191 static class RegisterFactoryThread extends TestThread {
192 RegisterFactoryThread(String name, ICUService service, long delay, TestLog log) {
420 new RegisterFactoryThread("[" + i + "]", service, 0, this).start();
463 new RegisterFactoryThread("", service, 500, this).start();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceThreadTest.java 190 static class RegisterFactoryThread extends TestThread {
191 RegisterFactoryThread(String name, ICUService service, long delay, TestLog log) {
419 new RegisterFactoryThread("[" + i + "]", service, 0, this).start();
462 new RegisterFactoryThread("", service, 500, this).start();

Completed in 1443 milliseconds