HomeSort by relevance Sort by last modified time
    Searched refs:notifyListener (Results 1 - 25 of 49) 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 119 fragment.notifyListener(RESULT_SUCCESS);
122 fragment.notifyListener(RESULT_TIMEOUT);
161 notifyListener(mWasHandshaking ? RESULT_BAD_AUTHENTICATION
167 notifyListener(RESULT_UNKNOWN_ERROR);
177 notifyListener(RESULT_REJECTED_BY_AP);
199 notifyListener(RESULT_SUCCESS);
206 notifyListener(RESULT_UNKNOWN_ERROR);
211 notifyListener(RESULT_UNKNOWN_ERROR);
216 notifyListener(RESULT_UNKNOWN_ERROR);
239 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 239 notifyListener(null);
255 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUNotifier.java 19 * eventually dequeues the list and calls notifyListener on each
22 * <p>Subclasses override acceptsListener and notifyListener
27 * NotifyListener should cast the listener to the appropriate
95 * listeners. When the thread unqueues the notification, notifyListener
150 notifier.notifyListener(list[i]);
168 protected abstract void notifyListener(EventListener l);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
JoinContactsDialogFragment.java 98 notifyListener();
101 private void notifyListener() {
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 864 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
866 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
    [all...]
NuPlayerDriver.h 79 void notifyListener(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
NuPlayer.h 236 void notifyListener(int msg, int ext1, int ext2, const Parcel *in = NULL);
  /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();
CpuVideoTrackDecoder.java 91 notifyListener();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTestSample.java 143 protected void notifyListener(EventListener l) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 263 public void setCurrentTab(int tab, boolean notifyListener) {
269 if (notifyListener && mListener != null) mListener.onSelectedTabChanged();
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 269 private void notifyListener(final V type, final int userId, final boolean removed) {
271 Log.d(TAG, "notifyListener: " + type + " is " + (removed ? "removed" : "added"));
424 notifyListener(info.type, userId, false /* removed */);
445 notifyListener(info.type, userId, false /* removed */);
471 notifyListener(v1, userId, true /* removed */);
  /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 

Completed in 633 milliseconds

1 2