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

1 2 3

  /external/robolectric/v1/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);
242 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);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUNotifier.java 20 * eventually dequeues the list and calls notifyListener on each
23 * <p>Subclasses override acceptsListener and notifyListener
28 * NotifyListener should cast the listener to the appropriate
97 * listeners. When the thread unqueues the notification, notifyListener
152 notifier.notifyListener(list[i]);
170 protected abstract void notifyListener(EventListener l);
  /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() {
  /external/autotest/frontend/client/src/autotest/afe/
TestSelector.java 202 notifyListener();
239 private void notifyListener() {
251 notifyListener();
256 notifyListener();
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 919 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
921 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 243 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();
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorText.java 150 false /* notifyListener */);
171 private void setTextSizeInternal(int unit, float size, boolean notifyListener) {
174 if (notifyListener && mOnTextSizeChangeListener != null && getTextSize() != oldTextSize) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTestSample.java 144 protected void notifyListener(EventListener l) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTestSample.java 143 protected void notifyListener(EventListener l) {
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 271 private void notifyListener(final V type, final int userId, final boolean removed) {
273 Log.d(TAG, "notifyListener: " + type + " is " + (removed ? "removed" : "added"));
472 notifyListener(info.type, userId, false /* removed */);
493 notifyListener(info.type, userId, false /* removed */);
519 notifyListener(v1, userId, true /* removed */);
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
ComprehensiveCountryDetectorTest.java 39 mLocationBasedCountryDetector.notifyListener(country);

Completed in 1313 milliseconds

1 2 3