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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUNotifier.java 36 private NotifyThread notifyThread;
105 if (notifyThread == null) {
106 notifyThread = new NotifyThread(this);
107 notifyThread.setDaemon(true);
108 notifyThread.start();
110 notifyThread.queue(listeners.toArray(new EventListener[listeners.size()]));
118 private static class NotifyThread extends Thread {
122 NotifyThread(ICUNotifier notifier)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUNotifier.java 34 private NotifyThread notifyThread;
103 if (notifyThread == null) {
104 notifyThread = new NotifyThread(this);
105 notifyThread.setDaemon(true);
106 notifyThread.start();
108 notifyThread.queue(listeners.toArray(new EventListener[listeners.size()]));
116 private static class NotifyThread extends Thread {
120 NotifyThread(ICUNotifier notifier)
    [all...]
  /device/google/cuttlefish_common/host/commands/launch/
process_monitor.cc 32 void NotifyThread(SharedFD fd) {
88 NotifyThread(thread_comm_main_);
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 130 milliseconds