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

1 2

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRadioGroup.java 27 notifyListener();
32 notifyListener();
34 notifyListener();
37 private void notifyListener() {
  /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 367 * acceptsListener and notifyListener as appropriate.</p>
    [all...]
  /frameworks/base/services/java/com/android/server/location/
CountryDetectorBase.java 67 protected void notifyListener(Country country) {
LocationBasedCountryDetector.java 223 notifyListener(null);
239 notifyListener(mDetectedCountry);
  /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);
  /external/chromium_org/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...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 258 notifyListener(MEDIA_PAUSED);
292 notifyListener(MEDIA_PAUSED);
343 notifyListener(MEDIA_PREPARED);
351 notifyListener(MEDIA_STOPPED);
486 notifyListener(MEDIA_SEEK_COMPLETE);
515 void NuPlayerDriver::notifyListener(
551 notifyListener(MEDIA_PREPARED);
556 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
NuPlayer.cpp 516 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
518 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
681 notifyListener(
744 notifyListener(
750 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
773 notifyListener(MEDIA_INFO, MEDIA_INFO_RENDERING_START, 0);
776 notifyListener(MEDIA_STARTED, 0, 0);
    [all...]
NuPlayerDriver.h 72 void notifyListener(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
NuPlayer.h 164 void notifyListener(int msg, int ext1, int ext2, const Parcel *in = NULL);
  /external/smack/src/org/jivesoftware/smack/
Connection.java.orig 692 listenerWrapper.notifyListener(packet);
746 interceptorWrapper.notifyListener(packet);
    [all...]
Connection.java 692 listenerWrapper.notifyListener(packet);
746 interceptorWrapper.notifyListener(packet);
    [all...]
PacketReader.java 425 listenerWrapper.notifyListener(packet);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
AudioTrackDecoder.java 90 notifyListener();
TrackDecoder.java 106 protected void notifyListener() {
MediaDecoder.java 287 private void onStop(boolean notifyListener) {
313 if (notifyListener) {
GpuVideoTrackDecoder.java 109 notifyListener();
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 198 private void notifyListener(final V type, final int userId, final boolean removed) {
200 Log.d(TAG, "notifyListener: " + type + " is " + (removed ? "removed" : "added"));
348 notifyListener(info.type, userId, false /* removed */);
369 notifyListener(info.type, userId, false /* removed */);
391 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();

Completed in 496 milliseconds

1 2