Searched refs:notifyChange (Results 51 - 68 of 68) sorted by relevance

123

/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderThrottleSupport.java295 getContext().getContentResolver().notifyChange(noteUri, null);
333 getContext().getContentResolver().notifyChange(uri, null);
365 getContext().getContentResolver().notifyChange(uri, null);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java147 if (false) Log.d(TAG, "*** notifyChange() rowId: " + rowId);
148 getContext().getContentResolver().notifyChange(url, null);
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DTextViewBindingObject.java287 notifyChange();
/frameworks/base/core/java/android/content/
H A DIContentService.aidl54 void notifyChange(in Uri uri, IContentObserver observer,
H A DContentResolver.java137 * {@link ContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean)}
307 * Flag for {@link #notifyChange(Uri, ContentObserver, int)}: attempt to sync the change
313 * Flag for {@link #notifyChange(Uri, ContentObserver, int)}: if set, this notification
1692 public void notifyChange(@NonNull Uri uri, @Nullable ContentObserver observer) { method in class:ContentResolver
1693 notifyChange(uri, observer, true /* sync to network */);
1712 public void notifyChange(@NonNull Uri uri, @Nullable ContentObserver observer, method in class:ContentResolver
1715 notifyChange(
1738 public void notifyChange(@NonNull Uri uri, @Nullable ContentObserver observer, method in class:ContentResolver
1741 notifyChange(
1753 public void notifyChange( method in class:ContentResolver
1770 public void notifyChange(@NonNull Uri uri, ContentObserver observer, @NotifyFlags int flags, method in class:ContentResolver
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java231 getContext().getContentResolver().notifyChange(url, null);
334 getContext().getContentResolver().notifyChange(url, null);
389 getContext().getContentResolver().notifyChange(url, null);
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DTestDocumentsProvider.java126 getContext().getContentResolver().notifyChange(uri, null, false);
190 mResolver.notifyChange(mNotifyUri, null, false);
H A DExternalStorageProvider.java258 getContext().getContentResolver().notifyChange(BASE_URI, null, false);
763 mResolver.notifyChange(mNotifyUri, null, false);
/frameworks/base/core/java/android/database/
H A DAbstractCursor.java376 mContentResolver.notifyChange(mNotifyUri, mSelfObserver);
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java135 getContext().getContentResolver().notifyChange(getNotificationUri(), null);
H A DBugreportProgressService.java844 mContext.getContentResolver().notifyChange(notificationUri, null, false);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DDocumentLoader.java423 resolver.notifyChange(createUri(), null, false);
H A DMtpDocumentsProvider.java507 mResolver.notifyChange(
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java353 public void notifyChange(Uri uri, IContentObserver observer, method in class:ContentService
379 throw new InvalidParameterException("Bad user handle for notifyChange: "
444 public void notifyChange(Uri uri, IContentObserver observer, method in class:ContentService
446 notifyChange(uri, observer, observerWantsSelfNotifications,
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1708 * @param notifyChange Whether to notify if the current value changed.
1710 private void setValueInternal(int current, boolean notifyChange) { argument
1724 if (notifyChange) {
1725 notifyChange(previous, current);
1937 private void notifyChange(int previous, int current) { method in class:NumberPicker
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsCache.java274 resolver.notifyChange(sNotificationUri, null, false);
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java2213 boolean notifyChange = false;
2228 notifyChange = true;
2237 if (notifyChange) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java2091 getContext().getContentResolver().notifyChange(uri, null, true, userId);

Completed in 758 milliseconds

123