Searched refs:notifyListeners (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListFilterController.java75 public abstract void checkFilterValidity(boolean notifyListeners); argument
119 boolean notifyListeners) {
125 if (notifyListeners && !mListeners.isEmpty()) {
144 public void checkFilterValidity(boolean notifyListeners) { argument
153 false, notifyListeners);
160 ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS), true, notifyListeners);
118 setContactListFilter(ContactListFilter filter, boolean persistent, boolean notifyListeners) argument
H A DProviderStatusWatcher.java121 private void notifyListeners() { method in class:ProviderStatusWatcher
123 Log.d(TAG, "notifyListeners: " + mListeners.size());
262 notifyListeners();
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DOrientationManager.java148 notifyListeners();
156 notifyListeners();
160 private void notifyListeners() { method in class:OrientationManager

Completed in 32 milliseconds