Home | History | Annotate | Download | only in content

Lines Matching defs:contentObserver

32 import android.database.ContentObserver;
137 * {@link ContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean)}
494 * Flag for {@link #notifyChange(Uri, ContentObserver, int)}: attempt to sync the change
500 * Flag for {@link #notifyChange(Uri, ContentObserver, int)}: if set, this notification
501 * will be skipped if it is being delivered to the root URI of a ContentObserver that is
1910 @NonNull ContentObserver observer) {
1922 ContentObserver observer, @UserIdInt int userHandle) {
1936 public final void unregisterContentObserver(@NonNull ContentObserver observer) {
1939 IContentObserver contentObserver = observer.releaseContentObserver();
1940 if (contentObserver != null) {
1942 contentObserver);
1953 * {@link #registerContentObserver(Uri, boolean, ContentObserver)}.
1963 * {@link ContentObserver#deliverSelfNotifications()} to return
1966 public void notifyChange(@NonNull Uri uri, @Nullable ContentObserver observer) {
1974 * {@link #registerContentObserver(Uri, boolean, ContentObserver)}.
1989 * {@link ContentObserver#deliverSelfNotifications()} to return
1994 public void notifyChange(@NonNull Uri uri, @Nullable ContentObserver observer,
2008 * {@link #registerContentObserver(Uri, boolean, ContentObserver)}.
2023 * {@link ContentObserver#deliverSelfNotifications()} to return
2028 public void notifyChange(@NonNull Uri uri, @Nullable ContentObserver observer,
2043 public void notifyChange(@NonNull Uri uri, ContentObserver observer, boolean syncToNetwork,
2060 public void notifyChange(@NonNull Uri uri, ContentObserver observer, @NotifyFlags int flags,