Searched defs:ContentResolver (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContentResolver.java77 * <p>For more information about using a ContentResolver with content providers, read the
81 public abstract class ContentResolver { class
136 * {@link ContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean)}
268 * supplied to {@link ContentResolver#query(Uri, String[], Bundle, CancellationSignal)}.
563 public ContentResolver(Context context) { method in class:ContentResolver
574 * lot of other things, but implementations of ContentResolver should
2498 * {@link ContentResolver#getPeriodicSyncs(Account account, String provider)}, so no
2531 if (extras.getBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, false)
2532 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, false)
2533 || extras.getBoolean(ContentResolver
[all...]

Completed in 545 milliseconds