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

  /external/chromium/third_party/icu/source/common/
servnotf.h 60 * eventually dequeues the list and calls notifyListener on each
63 * <p>Subclasses override acceptsListener and notifyListener
68 * NotifyListener should cast the listener to the appropriate
115 virtual void notifyListener(EventListener& l) const = 0;
servnotf.cpp 108 notifyListener(*el);
serv.h 366 * acceptsListener and notifyListener as appropriate.</p>
    [all...]
serv.cpp 955 ICUService::notifyListener(EventListener& l) const
  /external/icu4c/common/
servnotf.h 60 * eventually dequeues the list and calls notifyListener on each
63 * <p>Subclasses override acceptsListener and notifyListener
68 * NotifyListener should cast the listener to the appropriate
115 virtual void notifyListener(EventListener& l) const = 0;
servnotf.cpp 108 notifyListener(*el);
serv.h 366 * acceptsListener and notifyListener as appropriate.</p>
    [all...]
serv.cpp 955 ICUService::notifyListener(EventListener& l) const
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 154 private void notifyListener(final V type, final boolean removed) {
156 Log.d(TAG, "notifyListener: " + type + " is " + (removed ? "removed" : "added"));
304 notifyListener(info.type, false /* removed */);
325 notifyListener(info.type, false /* removed */);
343 notifyListener(v1, true /* removed */);
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
icusvtst.cpp 32 virtual void notifyListener(EventListener& /*l*/) const {
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 32 virtual void notifyListener(EventListener& /*l*/) const {
    [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 684 milliseconds