HomeSort by relevance Sort by last modified time
    Searched defs:notifyListener (Results 1 - 25 of 67) 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() {
  /frameworks/base/services/core/java/com/android/server/location/
CountryDetectorBase.java 67 protected void notifyListener(Country country) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUNotifier.java 22 * eventually dequeues the list and calls notifyListener on each
25 * <p>Subclasses override acceptsListener and notifyListener
30 * NotifyListener should cast the listener to the appropriate
99 * listeners. When the thread unqueues the notification, notifyListener
153 notifier.notifyListener(list[i]);
171 protected abstract void notifyListener(EventListener l);
ICUService.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUNotifier.java 21 * eventually dequeues the list and calls notifyListener on each
24 * <p>Subclasses override acceptsListener and notifyListener
29 * NotifyListener should cast the listener to the appropriate
97 * listeners. When the thread unqueues the notification, notifyListener
151 notifier.notifyListener(list[i]);
169 protected abstract void notifyListener(EventListener l);
ICUService.java     [all...]
  /external/junit/src/main/java/org/junit/runner/notification/
RunNotifier.java 72 notifyListener(listener);
81 abstract protected void notifyListener(RunListener each) throws Exception;
90 protected void notifyListener(RunListener each) throws Exception {
102 protected void notifyListener(RunListener each) throws Exception {
120 protected void notifyListener(RunListener each) throws Exception {
140 protected void notifyListener(RunListener listener) throws Exception {
159 protected void notifyListener(RunListener each) throws Exception {
173 protected void notifyListener(RunListener each) throws Exception {
189 protected void notifyListener(RunListener each) throws Exception {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
AudioTrackDecoder.java 97 notifyListener();
CpuVideoTrackDecoder.java 91 notifyListener();
GpuVideoTrackDecoder.java 117 notifyListener();
TrackDecoder.java 106 protected void notifyListener() {
  /external/autotest/frontend/client/src/autotest/afe/
TestSelector.java 202 notifyListener();
239 private void notifyListener() {
251 notifyListener();
256 notifyListener();
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
WorkerWrapper.java 100 notifyListener(false, false);
171 notifyListener(false, false);
204 notifyListener(false, true);
208 notifyListener(false, false);
219 notifyListener(false, false);
221 notifyListener(currentState == SUCCEEDED, !currentState.isFinished());
228 private void notifyListener(final boolean isSuccessful, final boolean needsReschedule) {
303 notifyListener(false, false);
330 notifyListener(false, true);
345 notifyListener(isSuccessful, false)
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
GrantPermissionsWatchViewHandler.java 186 notifyListener(false, false);
193 notifyListener(true, false);
196 notifyListener(false, false);
199 notifyListener(false,
206 private void notifyListener(boolean granted, boolean doNotAskAgain) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
ConnectState.java 171 notifyListener(mWasHandshaking ? StateMachine.RESULT_BAD_AUTH
177 notifyListener(StateMachine.RESULT_UNKNOWN_ERROR);
187 notifyListener(StateMachine.RESULT_REJECTED_BY_AP);
216 notifyListener(StateMachine.RESULT_SUCCESS);
223 notifyListener(StateMachine.RESULT_UNKNOWN_ERROR);
228 notifyListener(StateMachine.RESULT_UNKNOWN_ERROR);
233 notifyListener(StateMachine.RESULT_UNKNOWN_ERROR);
260 notifyListener(StateMachine.RESULT_SUCCESS);
264 private void notifyListener(int result) {
316 fragment.notifyListener(StateMachine.RESULT_SUCCESS)
    [all...]
  /external/icu/icu4c/source/common/
serv.cpp 957 ICUService::notifyListener(EventListener& l) const
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 953 void NuPlayerDriver::notifyListener(
    [all...]
NuPlayer.cpp     [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/transport/
TransportClient.java 208 notifyListener(listener, null, caller);
228 notifyListener(listener, null, caller);
240 notifyListener(listener, mTransport, caller);
486 private void notifyListener(
500 notifyListener(listener, transport, caller);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTest.java     [all...]
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 35 virtual void notifyListener(EventListener& /*l*/) const {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java     [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Driver.cpp 900 void NuPlayer2Driver::notifyListener(
    [all...]
NuPlayer2.cpp 389 notifyListener(dsd->mId, MEDIA2_ERROR, MEDIA2_ERROR_FAILED_TO_SET_DATA_SOURCE, err);
411 notifyListener(dsd->mId, MEDIA2_ERROR, MEDIA2_ERROR_FAILED_TO_SET_DATA_SOURCE, err);
692 notifyListener(srcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, 0);
977 notifyListener(mSrcId, MEDIA2_STARTED, 0, 0);
1017 notifyListener(mSrcId, MEDIA2_PAUSED, 0, 0);
    [all...]
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 275 private void notifyListener(final V type, final int userId, final boolean removed) {
277 Log.d(TAG, "notifyListener: " + type + " is " + (removed ? "removed" : "added"));
512 notifyListener(info.type, userId, false /* removed */);
533 notifyListener(info.type, userId, false /* removed */);
559 notifyListener(v1, userId, true /* removed */);
    [all...]

Completed in 453 milliseconds

1 2 3