Home
last modified time | relevance | path

Searched defs:notifyChange (Results 1 – 16 of 16) sorted by relevance

/frameworks/data-binding/library/src/main/java/android/databinding/
DMapChangeRegistry.java43 public void notifyChange(ObservableMap sender, Object key) { in notifyChange() method in MapChangeRegistry
DPropertyChangeRegistry.java43 public void notifyChange(Observable observable, int propertyId) { in notifyChange() method in PropertyChangeRegistry
DBaseObservable.java47 public synchronized void notifyChange() { in notifyChange() method in BaseObservable
DObservableArrayMap.java102 private void notifyChange(Object key) { in notifyChange() method in ObservableArrayMap
/frameworks/base/services/core/java/com/android/server/location/
DComprehensiveCountryDetector.java270 private Country detectCountry(boolean notifyChange, boolean startLocationBasedDetection) { in detectCountry()
282 final boolean notifyChange, final boolean startLocationBasedDetection) { in runAfterDetectionAsync()
313 final boolean notifyChange, final boolean startLocationBasedDetection) { in runAfterDetection()
/frameworks/base/core/java/android/database/
DContentObservable.java84 public void notifyChange(boolean selfChange) { in notifyChange() method in ContentObservable
/frameworks/base/test-runner/src/android/test/mock/
DMockContentResolver.java144 public void notifyChange(Uri uri, in notifyChange() method in MockContentResolver
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DComprehensiveCountryDetectorTest.java96 final boolean notifyChange, final boolean startLocationBasedDetection) { in runAfterDetectionAsync()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContentResolver.java101 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { in notifyChange() method in BridgeContentResolver
/frameworks/ex/common/java/com/android/common/content/
DSQLiteContentProvider.java84 protected abstract void notifyChange(); in notifyChange() method in SQLiteContentProvider
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DCopyTest.java91 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { in notifyChange() method in CopyTest.TestContentResolver
/frameworks/base/core/java/android/content/
DIContentService.aidl54 void notifyChange(in Uri uri, IContentObserver observer, in notifyChange() method
DContentResolver.java1643 public void notifyChange(@NonNull Uri uri, @Nullable ContentObserver observer) { in notifyChange() method in ContentResolver
1663 public void notifyChange(@NonNull Uri uri, @Nullable ContentObserver observer, in notifyChange() method in ContentResolver
1678 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork, in notifyChange() method in ContentResolver
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewInstrumentationTest.java745 public void moveItems(boolean notifyChange, int[]... fromToTuples) throws Throwable { in moveItems()
758 public void moveItem(final int from, final int to, final boolean notifyChange) in moveItem()
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java245 public void notifyChange(Uri uri, IContentObserver observer, in notifyChange() method in ContentService
320 public void notifyChange(Uri uri, IContentObserver observer, in notifyChange() method in ContentService
/frameworks/base/core/java/android/widget/
DNumberPicker.java1707 private void setValueInternal(int current, boolean notifyChange) { in setValueInternal()
1934 private void notifyChange(int previous, int current) { in notifyChange() method in NumberPicker