HomeSort by relevance Sort by last modified time
    Searched full:notifythread (Results 1 - 20 of 20) 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/linaro/hikey/bluetooth/
async_fd_watcher.cc 59 notifyThread();
88 notifyThread();
106 int AsyncFdWatcher::notifyThread() {
async_fd_watcher.h 48 int notifyThread();
  /hardware/interfaces/bluetooth/1.0/default/
async_fd_watcher.h 48 int notifyThread();
async_fd_watcher.cc 64 notifyThread();
93 notifyThread();
114 int AsyncFdWatcher::notifyThread() {
  /system/bt/vendor_libs/linux/interface/
async_fd_watcher.h 48 int notifyThread();
async_fd_watcher.cc 61 notifyThread();
90 notifyThread();
108 int AsyncFdWatcher::notifyThread() {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 106 public void notifyThread(EventPacket eventPacket)
226 public void notifyThread(ReplyPacket replyPacket) throws IOException,
551 commandsSynchronyzer.notifyThread(replyPacket);
591 eventsSynchronyzer.notifyThread(eventPacket);
  /system/bt/vendor_libs/test_vendor_lib/src/
async_manager.cc 115 notifyThread();
134 notifyThread();
182 int notifyThread() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 623 final Thread notifyThread = new Thread("Server Unblock thread") {
635 notifyThread.start();
    [all...]
TestActivity.java 340 final Thread notifyThread = new Thread() {
350 notifyThread.start();
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /art/tools/ahat/etc/
O.hprof     [all...]

Completed in 469 milliseconds