[go: nahoru, domu]

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

/frameworks/base/core/java/android/content/
H A DContentResolver.java76 * <p>For more information about using a ContentResolver with content providers, read the
80 public abstract class ContentResolver { class
135 * {@link ContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean)}
326 public ContentResolver(Context context) { method in class:ContentResolver
336 * lot of other things, but implementations of ContentResolver should
2132 * {@link ContentResolver#getPeriodicSyncs(Account account, String provider)}, so no
2171 if (extras.getBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, false)
2172 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, false)
2173 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)
2174 || extras.getBoolean(ContentResolver
[all...]

Completed in 64 milliseconds