Uses of Class
android.content.ContentResolver

Packages that use ContentResolver
android.content   
android.database   
android.net.http   
android.provider   
 

Uses of ContentResolver in android.content
 

Methods in android.content that return ContentResolver
abstract  ContentResolver Context.getContentResolver()
           
 ContentResolver ContextWrapper.getContentResolver()
           
 

Methods in android.content with parameters of type ContentResolver
 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)
           
 

Constructors in android.content with parameters of type ContentResolver
AsyncQueryHandler(ContentResolver cr)
           
 

Uses of ContentResolver in android.database
 

Fields in android.database declared as ContentResolver
protected  ContentResolver AbstractCursor.mContentResolver
           
 

Methods in android.database with parameters of type ContentResolver
 void AbstractCursor.setNotificationUri(ContentResolver cr, Uri notifyUri)
           
 void CursorWrapper.setNotificationUri(ContentResolver cr, Uri uri)
           
 void Cursor.setNotificationUri(ContentResolver cr, Uri uri)
           
 

Uses of ContentResolver in android.net.http
 

Methods in android.net.http with parameters of type ContentResolver
static org.apache.http.entity.AbstractHttpEntity AndroidHttpClient.getCompressedEntity(byte[] data, ContentResolver resolver)
           
static long AndroidHttpClient.getMinGzipSize(ContentResolver resolver)
           
 

Uses of ContentResolver in android.provider
 

Methods in android.provider with parameters of type ContentResolver
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)
           
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-2012. All Rights Reserved.