HomeSort by relevance Sort by last modified time
    Searched refs:notifyListener (Results 1 - 25 of 44) 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 {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ConnectToWifiFragment.java 118 notifyListener(RESULT_SUCCESS);
121 notifyListener(RESULT_TIMEOUT);
151 notifyListener(mWasHandshaking ? RESULT_BAD_AUTHENTICATION
157 notifyListener(RESULT_UNKNOWN_ERROR);
167 notifyListener(RESULT_REJECTED_BY_AP);
185 notifyListener(RESULT_SUCCESS);
192 notifyListener(RESULT_UNKNOWN_ERROR);
197 notifyListener(RESULT_UNKNOWN_ERROR);
202 notifyListener(RESULT_UNKNOWN_ERROR);
225 notifyListener(RESULT_SUCCESS)
    [all...]
  /external/icu/icu4c/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
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/core/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 110 notifyListener();
139 notifyListener();
179 notifyListener(&(parcelEvent->parcel));
182 notifyListener();
199 notifyListener();
214 notifyListener(&parcel);
303 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...]
  /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 97 notifyListener();
TrackDecoder.java 106 protected void notifyListener() {
MediaDecoder.java 287 private void onStop(boolean notifyListener) {
313 if (notifyListener) {
GpuVideoTrackDecoder.java 117 notifyListener();
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 691 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
693 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
836 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
883 notifyListener(
889 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
899 notifyListener(MEDIA_INFO, MEDIA_INFO_RENDERING_START, 0);
902 notifyListener(MEDIA_STARTED, 0, 0);
    [all...]
NuPlayerDriver.h 73 void notifyListener(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
NuPlayer.h 211 void notifyListener(int msg, int ext1, int ext2, const Parcel *in = NULL);
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 219 private void notifyListener(final V type, final int userId, final boolean removed) {
221 Log.d(TAG, "notifyListener: " + type + " is " + (removed ? "removed" : "added"));
369 notifyListener(info.type, userId, false /* removed */);
390 notifyListener(info.type, userId, false /* removed */);
412 notifyListener(v1, userId, true /* removed */);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 224 public void setCurrentTab(int tab, boolean notifyListener) {
230 if (notifyListener && mListener != null) mListener.onSelectedTabChanged();

Completed in 541 milliseconds

1 2