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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceThreadTest.java 204 static class UnregisterFactoryThread extends TestThread {
208 UnregisterFactoryThread(String name, ICUService service, long delay, TestLog log) {
423 new UnregisterFactoryThread("[" + i + "]", service, 0, this).start();
483 new UnregisterFactoryThread("", service, 500, this).start();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceThreadTest.java 203 static class UnregisterFactoryThread extends TestThread {
207 UnregisterFactoryThread(String name, ICUService service, long delay, TestLog log) {
422 new UnregisterFactoryThread("[" + i + "]", service, 0, this).start();
482 new UnregisterFactoryThread("", service, 500, this).start();

Completed in 1487 milliseconds