Home
last modified time | relevance | path

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

/frameworks/data-binding/extensions/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/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DTestContentResolver.java36 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { in notifyChange() method in TestContentResolver
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierActionAgentTest.java58 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { in notifyChange() method in CarrierActionAgentTest.FakeContentResolver
DCarrierServiceStateTrackerTest.java70 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { in notifyChange() method in CarrierServiceStateTrackerTest.FakeContentResolver
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DRootScanner.java73 void notifyChange() { in notifyChange() method in RootScanner
/frameworks/base/test-mock/src/android/test/mock/
DMockContentResolver.java142 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/telephony/java/android/telephony/ims/stub/
DImsConfigImplBase.java200 protected synchronized void updateCachedValue(int item, int value, boolean notifyChange) in updateCachedValue()
209 boolean notifyChange) throws RemoteException { in updateCachedValue()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsConfigImplBase.java376 protected synchronized void updateCachedValue(int item, int value, boolean notifyChange) { in updateCachedValue()
384 int item, String value, boolean notifyChange) { in updateCachedValue()
/frameworks/base/tests/testables/src/android/testing/
DTestableContentResolver.java129 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { in notifyChange() method in TestableContentResolver
/frameworks/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/core/java/android/content/
DContentResolver.java2016 public void notifyChange(@NonNull Uri uri, @Nullable ContentObserver observer) { in notifyChange() method in ContentResolver
2044 public void notifyChange(@NonNull Uri uri, @Nullable ContentObserver observer, in notifyChange() method in ContentResolver
2078 public void notifyChange(@NonNull Uri uri, @Nullable ContentObserver observer, in notifyChange() method in ContentResolver
2093 public void notifyChange(@NonNull Uri uri, ContentObserver observer, boolean syncToNetwork, in notifyChange() method in ContentResolver
2111 public void notifyChange(@NonNull Uri uri, ContentObserver observer, @NotifyFlags int flags, in notifyChange() method in ContentResolver
DIContentService.aidl54 void notifyChange(in Uri uri, IContentObserver observer, in notifyChange() method
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DBaseRecyclerViewInstrumentationTest.java1053 public void moveItems(boolean notifyChange, int[]... fromToTuples) throws Throwable { in moveItems()
1066 public void moveItem(final int from, final int to, final boolean notifyChange) in moveItem()
/frameworks/base/core/java/android/widget/
DNumberPicker.java1738 private void setValueInternal(int current, boolean notifyChange) { in setValueInternal()
1983 private void notifyChange(int previous, int current) { in notifyChange() method in NumberPicker
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java386 public void notifyChange(Uri uri, IContentObserver observer, in notifyChange() method in ContentService
479 public void notifyChange(Uri uri, IContentObserver observer, in notifyChange() method in ContentService