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

/frameworks/base/core/java/android/content/
H A DContentResolver.java64 * <p>For more information about using a ContentResolver with content providers, read the
68 public abstract class ContentResolver { class
116 * {@link ContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean)}
282 public ContentResolver(Context context) { method in class:ContentResolver
292 * lot of other things, but implementations of ContentResolver should
1979 * {@link ContentResolver#getPeriodicSyncs(Account account, String provider)}, so no
2017 if (extras.getBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, false)
2018 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, false)
2019 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)
2020 || extras.getBoolean(ContentResolver
[all...]

Completed in 266 milliseconds