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

  /external/junit/src/org/junit/runner/notification/
RunNotifier.java 41 notifyListener(all.next());
49 abstract protected void notifyListener(RunListener each) throws Exception;
58 protected void notifyListener(RunListener each) throws Exception {
70 protected void notifyListener(RunListener each) throws Exception {
86 protected void notifyListener(RunListener each) throws Exception {
99 protected void notifyListener(RunListener each) throws Exception {
116 protected void notifyListener(RunListener each) throws Exception {
129 protected void notifyListener(RunListener each) throws Exception {
144 protected void notifyListener(RunListener each) throws Exception {
  /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
114 virtual void notifyListener(EventListener& l) const = 0;
servnotf.cpp 108 notifyListener(*el);
serv.h 366 * acceptsListener and notifyListener as appropriate.</p>
    [all...]
serv.cpp 950 ICUService::notifyListener(EventListener& l) const
  /frameworks/base/services/java/com/android/server/location/
CountryDetectorBase.java 67 protected void notifyListener(Country country) {
LocationBasedCountryDetector.java 221 notifyListener(null);
237 notifyListener(mDetectedCountry);
ComprehensiveCountryDetector.java 400 notifyListener(detectedCountry);
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 118 notifyListener(&(parcelEvent->parcel));
121 notifyListener();
144 notifyListener(&parcel);
223 void TimedTextPlayer::notifyListener(const Parcel *parcel) {
TimedTextPlayer.h 73 void notifyListener(const Parcel *parcel = NULL);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h 69 void notifyListener(int msg, int ext1 = 0, int ext2 = 0);
NuPlayerDriver.cpp 113 notifyListener(MEDIA_PREPARED);
300 notifyListener(MEDIA_SEEK_COMPLETE);
329 void NuPlayerDriver::notifyListener(int msg, int ext1, int ext2) {
NuPlayer.cpp 274 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
276 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
415 notifyListener(
473 notifyListener(
479 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
873 void NuPlayer::notifyListener(int msg, int ext1, int ext2) {
884 driver->notifyListener(msg, ext1, ext2);
NuPlayer.h 136 void notifyListener(int msg, int ext1, int ext2);
  /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"));
296 notifyListener(info.type, false /* removed */);
314 notifyListener(info.type, false /* removed */);
331 notifyListener(v1, true /* removed */);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 311 public void setCurrentTab(int tab, boolean notifyListener) {
333 if (notifyListener && mListener != null) mListener.onSelectedTabChanged();
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
ComprehensiveCountryDetectorTest.java 39 mLocationBasedCountryDetector.notifyListener(country);
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/icu4c/test/intltest/
icusvtst.cpp 32 virtual void notifyListener(EventListener& /*l*/) const {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 609 milliseconds