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

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

Completed in 51 milliseconds