| Package | Description |
|---|---|
| android.content | |
| android.database | |
| android.net.http | |
| android.provider |
| Modifier and Type | Method and Description |
|---|---|
ContentResolver |
ContextWrapper.getContentResolver() |
abstract ContentResolver |
Context.getContentResolver() |
| Modifier and Type | Method and Description |
|---|---|
int |
IntentFilter.match(ContentResolver resolver,
Intent intent,
boolean resolve,
String logTag) |
static ClipData |
ClipData.newUri(ContentResolver resolver,
CharSequence label,
Uri uri) |
String |
Intent.resolveType(ContentResolver resolver) |
String |
Intent.resolveTypeIfNeeded(ContentResolver resolver) |
| Constructor and Description |
|---|
AsyncQueryHandler(ContentResolver cr) |
| Modifier and Type | Field and Description |
|---|---|
protected ContentResolver |
AbstractCursor.mContentResolver |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCursor.setNotificationUri(ContentResolver cr,
Uri notifyUri) |
void |
Cursor.setNotificationUri(ContentResolver cr,
Uri uri) |
void |
CursorWrapper.setNotificationUri(ContentResolver cr,
Uri uri) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.http.entity.AbstractHttpEntity |
AndroidHttpClient.getCompressedEntity(byte[] data,
ContentResolver resolver) |
static long |
AndroidHttpClient.getMinGzipSize(ContentResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Browser.addSearchUrl(ContentResolver cr,
String search) |
static Uri |
Contacts.People.addToGroup(ContentResolver resolver,
long personId,
long groupId)
Deprecated.
|
static Uri |
Contacts.People.addToGroup(ContentResolver resolver,
long personId,
String groupName)
Deprecated.
|
static Uri |
Contacts.People.addToMyContactsGroup(ContentResolver resolver,
long personId)
Deprecated.
|
static void |
MediaStore.Images.Thumbnails.cancelThumbnailRequest(ContentResolver cr,
long origId) |
static void |
MediaStore.Video.Thumbnails.cancelThumbnailRequest(ContentResolver cr,
long origId) |
static void |
MediaStore.Images.Thumbnails.cancelThumbnailRequest(ContentResolver cr,
long origId,
long groupId) |
static void |
MediaStore.Video.Thumbnails.cancelThumbnailRequest(ContentResolver cr,
long origId,
long groupId) |
static boolean |
Browser.canClearHistory(ContentResolver cr) |
static void |
Browser.clearHistory(ContentResolver cr) |
static void |
Browser.clearSearches(ContentResolver cr) |
static Uri |
Contacts.People.createPersonInMyContactsGroup(ContentResolver resolver,
ContentValues values)
Deprecated.
|
static void |
Browser.deleteFromHistory(ContentResolver cr,
String url) |
static void |
Browser.deleteHistoryTimeFrame(ContentResolver cr,
long begin,
long end) |
static Cursor |
Browser.getAllBookmarks(ContentResolver cr) |
static Cursor |
Browser.getAllVisitedUrls(ContentResolver cr) |
static Bitmap |
MediaStore.Images.Media.getBitmap(ContentResolver cr,
Uri url) |
static void |
Settings.System.getConfiguration(ContentResolver cr,
Configuration outConfig) |
static Uri |
ContactsContract.RawContacts.getContactLookupUri(ContentResolver resolver,
Uri rawContactUri) |
static Uri |
ContactsContract.Data.getContactLookupUri(ContentResolver resolver,
Uri dataUri) |
static float |
Settings.System.getFloat(ContentResolver cr,
String name) |
static float |
Settings.Secure.getFloat(ContentResolver cr,
String name) |
static float |
Settings.System.getFloat(ContentResolver cr,
String name,
float def) |
static float |
Settings.Secure.getFloat(ContentResolver cr,
String name,
float def) |
static int |
Settings.System.getInt(ContentResolver cr,
String name) |
static int |
Settings.Secure.getInt(ContentResolver cr,
String name) |
static int |
Settings.System.getInt(ContentResolver cr,
String name,
int def) |
static int |
Settings.Secure.getInt(ContentResolver cr,
String name,
int def) |
static long |
Settings.System.getLong(ContentResolver cr,
String name) |
static long |
Settings.Secure.getLong(ContentResolver cr,
String name) |
static long |
Settings.System.getLong(ContentResolver cr,
String name,
long def) |
static long |
Settings.Secure.getLong(ContentResolver cr,
String name,
long def) |
static Uri |
ContactsContract.Contacts.getLookupUri(ContentResolver resolver,
Uri contactUri) |
static String |
Contacts.Settings.getSetting(ContentResolver cr,
String account,
String key)
Deprecated.
|
static boolean |
Settings.System.getShowGTalkServiceStatus(ContentResolver cr) |
static String |
Settings.System.getString(ContentResolver resolver,
String name) |
static String |
Settings.Secure.getString(ContentResolver resolver,
String name) |
static Bitmap |
MediaStore.Images.Thumbnails.getThumbnail(ContentResolver cr,
long origId,
int kind,
BitmapFactory.Options options) |
static Bitmap |
MediaStore.Video.Thumbnails.getThumbnail(ContentResolver cr,
long origId,
int kind,
BitmapFactory.Options options) |
static Bitmap |
MediaStore.Images.Thumbnails.getThumbnail(ContentResolver cr,
long origId,
long groupId,
int kind,
BitmapFactory.Options options) |
static Bitmap |
MediaStore.Video.Thumbnails.getThumbnail(ContentResolver cr,
long origId,
long groupId,
int kind,
BitmapFactory.Options options) |
static String |
MediaStore.Images.Media.insertImage(ContentResolver cr,
Bitmap source,
String title,
String description) |
static String |
MediaStore.Images.Media.insertImage(ContentResolver cr,
String imagePath,
String name,
String description) |
static boolean |
Settings.Secure.isLocationProviderEnabled(ContentResolver cr,
String provider) |
static Uri |
ContactsContract.Contacts.lookupContact(ContentResolver resolver,
Uri lookupUri) |
static void |
ContactsContract.Contacts.markAsContacted(ContentResolver resolver,
long contactId)
Deprecated.
|
static void |
Contacts.People.markAsContacted(ContentResolver resolver,
long personId)
Deprecated.
|
static boolean |
MediaStore.Audio.Playlists.Members.moveItem(ContentResolver res,
long playlistId,
int from,
int to) |
static EntityIterator |
CalendarContract.EventsEntity.newEntityIterator(Cursor cursor,
ContentResolver resolver) |
static void |
ContactsContract.Directory.notifyDirectoryChange(ContentResolver resolver) |
static InputStream |
ContactsContract.Contacts.openContactPhotoInputStream(ContentResolver cr,
Uri contactUri) |
static InputStream |
Contacts.People.openContactPhotoInputStream(ContentResolver cr,
Uri person)
Deprecated.
|
static InputStream |
ContactsContract.Contacts.openContactPhotoInputStream(ContentResolver cr,
Uri contactUri,
boolean preferHighres) |
static boolean |
Settings.System.putConfiguration(ContentResolver cr,
Configuration config) |
static boolean |
Settings.System.putFloat(ContentResolver cr,
String name,
float value) |
static boolean |
Settings.Secure.putFloat(ContentResolver cr,
String name,
float value) |
static boolean |
Settings.System.putInt(ContentResolver cr,
String name,
int value) |
static boolean |
Settings.Secure.putInt(ContentResolver cr,
String name,
int value) |
static boolean |
Settings.System.putLong(ContentResolver cr,
String name,
long value) |
static boolean |
Settings.Secure.putLong(ContentResolver cr,
String name,
long value) |
static boolean |
Settings.System.putString(ContentResolver resolver,
String name,
String value) |
static boolean |
Settings.Secure.putString(ContentResolver resolver,
String name,
String value) |
protected static boolean |
Settings.NameValueTable.putString(ContentResolver resolver,
Uri uri,
String name,
String value) |
static Cursor |
CalendarContract.EventDays.query(ContentResolver cr,
int startDay,
int numDays,
String[] projection) |
static Cursor |
CalendarContract.Attendees.query(ContentResolver cr,
long eventId,
String[] projection) |
static Cursor |
CalendarContract.Reminders.query(ContentResolver cr,
long eventId,
String[] projection) |
static Cursor |
CalendarContract.Instances.query(ContentResolver cr,
String[] projection,
long begin,
long end) |
static Cursor |
CalendarContract.Instances.query(ContentResolver cr,
String[] projection,
long begin,
long end,
String searchQuery) |
static Cursor |
MediaStore.Images.Media.query(ContentResolver cr,
Uri uri,
String[] projection) |
static Cursor |
MediaStore.Images.Thumbnails.query(ContentResolver cr,
Uri uri,
String[] projection) |
static Cursor |
MediaStore.Video.query(ContentResolver cr,
Uri uri,
String[] projection) |
static Cursor |
MediaStore.Images.Media.query(ContentResolver cr,
Uri uri,
String[] projection,
String where,
String orderBy) |
static Cursor |
MediaStore.Images.Media.query(ContentResolver cr,
Uri uri,
String[] projection,
String selection,
String[] selectionArgs,
String orderBy) |
static Cursor |
Contacts.People.queryGroups(ContentResolver resolver,
long person)
Deprecated.
|
static Cursor |
MediaStore.Images.Thumbnails.queryMiniThumbnail(ContentResolver cr,
long origId,
int kind,
String[] projection) |
static Cursor |
MediaStore.Images.Thumbnails.queryMiniThumbnails(ContentResolver cr,
Uri uri,
int kind,
String[] projection) |
static void |
Browser.requestAllIcons(ContentResolver cr,
String where,
WebIconDatabase.IconListener listener) |
static void |
Settings.Secure.setLocationProviderEnabled(ContentResolver cr,
String provider,
boolean enabled) |
static void |
Contacts.People.setPhotoData(ContentResolver cr,
Uri person,
byte[] data)
Deprecated.
|
static void |
Contacts.Settings.setSetting(ContentResolver cr,
String account,
String key,
String value)
Deprecated.
|
static void |
Settings.System.setShowGTalkServiceStatus(ContentResolver cr,
boolean flag) |
static void |
Browser.truncateHistory(ContentResolver cr) |
protected void |
SearchRecentSuggestions.truncateHistory(ContentResolver cr,
int maxEntries) |
static void |
Browser.updateVisitedHistory(ContentResolver cr,
String url,
boolean real) |
Copyright © 2008-2013. All Rights Reserved.