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

1 2 3 4 5 6 7 8 91011>>

  /external/mockito/src/main/java/org/mockito/internal/verification/
MockAwareVerificationMode.java 28 notifyListeners(new VerificationEventImpl(mock, mode, data, null));
30 notifyListeners(new VerificationEventImpl(mock, mode, data, e));
33 notifyListeners(new VerificationEventImpl(mock, mode, data, e));
39 private void notifyListeners(VerificationEvent event) {
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilterController.java 83 public abstract void checkFilterValidity(boolean notifyListeners);
139 setContactListFilter(filter, persistent, /* notifyListeners */ true);
143 boolean notifyListeners) {
149 if (notifyListeners && !mListeners.isEmpty()) {
168 public void checkFilterValidity(boolean notifyListeners) {
177 false, notifyListeners);
184 ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS), true, notifyListeners);
ProviderStatusWatcher.java 110 private void notifyListeners() {
112 Log.d(TAG, "notifyListeners: " + mListeners.size());
254 notifyListeners();
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListFilterController.java 64 public abstract void checkFilterValidity(boolean notifyListeners);
114 ContactListFilter filter, boolean persistent, boolean notifyListeners) {
120 if (notifyListeners && !mListeners.isEmpty()) {
139 public void checkFilterValidity(boolean notifyListeners) {
149 notifyListeners);
158 notifyListeners);
  /external/autotest/frontend/client/src/autotest/common/
SimpleChangeListenerCollection.java 18 public void notifyListeners() {
  /external/autotest/frontend/client/src/autotest/common/table/
SearchFilter.java 39 notifyListeners();
47 notifyListeners();
54 protected void notifyListeners() {
56 super.notifyListeners();
CheckboxFilter.java 20 notifyListeners();
Filter.java 31 protected void notifyListeners() {
LinkSetFilter.java 41 notifyListeners();
DatetimeSegmentFilter.java 51 notifyListeners();
56 notifyListeners();
SelectionManager.java 112 notifyListeners(actuallyUsed, add);
125 notifyListeners(removed, false);
162 protected void notifyListeners(Collection<JSONObject> objects,
  /packages/apps/Launcher3/tests/src/com/android/launcher3/util/
TestLauncherProvider.java 32 protected void notifyListeners() { }
  /packages/apps/Camera2/src/com/android/camera/util/
ListenerCombiner.java 98 notifyListeners();
125 public void notifyListeners() {
  /packages/apps/Car/Media/src/com/android/car/media/
MediaPlaybackModel.java 165 private void notifyListeners(Consumer<Listener> callback) {
308 notifyListeners((listener) -> listener.onMediaAppChanged(currentName, name));
316 notifyListeners((listener) -> listener.onMediaAppStatusMessageChanged(message));
335 notifyListeners(Listener::onMediaConnected);
346 notifyListeners(Listener::onMediaConnectionSuspended);
361 notifyListeners(
372 notifyListeners((listener) -> listener.onPlaybackStateChanged(state));
379 notifyListeners((listener) -> listener.onMetadataChanged(metadata));
388 notifyListeners((listener) -> listener.onQueueChanged(currentQueue));
406 notifyListeners(
    [all...]
  /system/core/healthd/
BatteryPropertiesRegistrar.h 34 void notifyListeners(const struct BatteryProperties& props);
healthd_mode_android.cpp 35 gBatteryPropertiesRegistrar->notifyListeners(*props);
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
UiBluetoothMonitor.java 74 protected void notifyListeners() {
109 notifyListeners();
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV9.java 71 imv.notifyListeners(ON_DEVICE_REMOVED, id);
132 private void notifyListeners(int why, int deviceId) {
193 notifyListeners(ON_DEVICE_ADDED, id);
  /external/autotest/frontend/client/src/autotest/afe/
JobOwnerFilter.java 55 notifyListeners();
61 notifyListeners();
LabelFilter.java 32 notifyListeners();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 82 public void setActualHeight(int actualHeight, boolean notifyListeners) {
83 super.setActualHeight(actualHeight, notifyListeners);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
UnlockMethodCache.java 105 notifyListeners();
110 private void notifyListeners() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
EthernetSignalController.java 50 public void notifyListeners(SignalCallback callback) {
SignalController.java 48 // lists and call notifyListeners whenever the list has changed to ensure everyone
161 notifyListeners();
202 public final void notifyListeners() {
203 notifyListeners(mCallbackHandler);
211 public abstract void notifyListeners(SignalCallback callback);
  /external/guice/core/src/com/google/inject/internal/
MembersInjectorImpl.java 111 notifyListeners(instance, errors);
115 void notifyListeners(T instance, Errors errors) throws ErrorsException {

Completed in 650 milliseconds

1 2 3 4 5 6 7 8 91011>>