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

1 2

  /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 223 notifyListener(null);
239 notifyListener(mDetectedCountry);
ComprehensiveCountryDetector.java 400 notifyListener(detectedCountry);
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 109 notifyListener();
138 notifyListener();
178 notifyListener(&(parcelEvent->parcel));
181 notifyListener();
198 notifyListener();
213 notifyListener(&parcel);
302 void TimedTextPlayer::notifyListener(const Parcel *parcel) {
TimedTextPlayer.h 78 void notifyListener(const Parcel *parcel = NULL);
  /tools/motodev/src/plugins/preflighting.ui/src/com/motorolamobility/preflighting/ui/tabs/
AbstractAppValidatorTabComposite.java 46 public void notifyListener()
CheckersTabComposite.java 735 notifyListener();
758 notifyListener();
    [all...]
GeneralSettingsComposite.java 159 notifyListener();
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 292 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
294 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
434 notifyListener(
492 notifyListener(
498 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
523 notifyListener(MEDIA_INFO, MEDIA_INFO_RENDERING_START, 0);
894 void NuPlayer::notifyListener(int msg, int ext1, int ext2) {
905 driver->notifyListener(msg, ext1, ext2);
NuPlayerDriver.h 69 void notifyListener(int msg, int ext1 = 0, int ext2 = 0);
NuPlayerDriver.cpp 113 notifyListener(MEDIA_PREPARED);
322 notifyListener(MEDIA_SEEK_COMPLETE);
351 void NuPlayerDriver::notifyListener(int msg, int ext1, int ext2) {
NuPlayer.h 142 void notifyListener(int msg, int ext1, int ext2);
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 196 private void notifyListener(final V type, final int userId, final boolean removed) {
198 Log.d(TAG, "notifyListener: " + type + " is " + (removed ? "removed" : "added"));
340 notifyListener(info.type, userId, false /* removed */);
358 notifyListener(info.type, userId, false /* removed */);
375 notifyListener(v1, userId, true /* removed */);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 310 public void setCurrentTab(int tab, boolean notifyListener) {
332 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 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 415 milliseconds

1 2