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

/frameworks/base/core/java/android/content/
H A DContentResolver.java70 * <p>For more information about using a ContentResolver with content providers, read the
74 public abstract class ContentResolver { class
122 * {@link ContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean)}
288 public ContentResolver(Context context) { method in class:ContentResolver
298 * lot of other things, but implementations of ContentResolver should
2039 * {@link ContentResolver#getPeriodicSyncs(Account account, String provider)}, so no
2077 if (extras.getBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, false)
2078 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, false)
2079 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)
2080 || extras.getBoolean(ContentResolver
[all...]

Completed in 64 milliseconds