Uses of Class
android.net.Uri

Packages that use Uri
android.app   
android.content   
android.database   
android.drm   
android.media   
android.net   
android.nfc   
android.preference   
android.provider   
android.text.style   
android.view   
android.widget   
 

Uses of Uri in android.app
 

Fields in android.app declared as Uri
 Uri Notification.sound
           
 

Methods in android.app that return Uri
 Uri DownloadManager.getUriForDownloadedFile(long id)
           
 

Methods in android.app with parameters of type Uri
 Cursor Activity.managedQuery(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
           
 DownloadManager.Request DownloadManager.Request.setDestinationUri(Uri uri)
           
 void Activity.setFeatureDrawableUri(int featureId, Uri uri)
           
 void Dialog.setFeatureDrawableUri(int featureId, Uri uri)
           
 Notification.Builder Notification.Builder.setSound(Uri sound)
           
 Notification.Builder Notification.Builder.setSound(Uri sound, int streamType)
           
 

Constructors in android.app with parameters of type Uri
DownloadManager.Request(Uri uri)
           
 

Uses of Uri in android.content
 

Fields in android.content declared as Uri
 Uri AsyncQueryHandler.WorkerArgs.uri
           
 Uri Entity.NamedContentValues.uri
           
 Uri ContentProviderResult.uri
           
 

Methods in android.content that return Uri
 Uri Intent.getData()
           
 Uri ClipData.Item.getUri()
           
 Uri CursorLoader.getUri()
           
 Uri ContentProviderOperation.getUri()
           
 Uri ContentProviderClient.insert(Uri url, ContentValues initialValues)
           
abstract  Uri ContentProvider.insert(Uri uri, ContentValues values)
           
 Uri SearchRecentSuggestionsProvider.insert(Uri uri, ContentValues values)
           
 Uri ContentResolver.insert(Uri url, ContentValues values)
           
static Uri ContentUris.withAppendedId(Uri contentUri, long id)
           
 

Methods in android.content with parameters of type Uri
 ContentProviderClient ContentResolver.acquireContentProviderClient(Uri uri)
           
 void Entity.addSubValue(Uri uri, ContentValues values)
           
 int ContentProviderClient.bulkInsert(Uri url, ContentValues[] initialValues)
           
 int ContentProvider.bulkInsert(Uri uri, ContentValues[] values)
           
 int ContentResolver.bulkInsert(Uri url, ContentValues[] values)
           
 Bundle ContentResolver.call(Uri uri, String method, String arg, Bundle extras)
           
 void ContentResolver.cancelSync(Uri uri)
           
abstract  int Context.checkCallingOrSelfUriPermission(Uri uri, int modeFlags)
           
 int ContextWrapper.checkCallingOrSelfUriPermission(Uri uri, int modeFlags)
           
abstract  int Context.checkCallingUriPermission(Uri uri, int modeFlags)
           
 int ContextWrapper.checkCallingUriPermission(Uri uri, int modeFlags)
           
abstract  int Context.checkUriPermission(Uri uri, int pid, int uid, int modeFlags)
           
 int ContextWrapper.checkUriPermission(Uri uri, int pid, int uid, int modeFlags)
           
abstract  int Context.checkUriPermission(Uri uri, String readPermission, String writePermission, int pid, int uid, int modeFlags)
           
 int ContextWrapper.checkUriPermission(Uri uri, String readPermission, String writePermission, int pid, int uid, int modeFlags)
           
 int ContentProviderClient.delete(Uri url, String selection, String[] selectionArgs)
           
abstract  int ContentProvider.delete(Uri uri, String selection, String[] selectionArgs)
           
 int SearchRecentSuggestionsProvider.delete(Uri uri, String selection, String[] selectionArgs)
           
 int ContentResolver.delete(Uri url, String where, String[] selectionArgs)
           
abstract  void Context.enforceCallingOrSelfUriPermission(Uri uri, int modeFlags, String message)
           
 void ContextWrapper.enforceCallingOrSelfUriPermission(Uri uri, int modeFlags, String message)
           
abstract  void Context.enforceCallingUriPermission(Uri uri, int modeFlags, String message)
           
 void ContextWrapper.enforceCallingUriPermission(Uri uri, int modeFlags, String message)
           
abstract  void Context.enforceUriPermission(Uri uri, int pid, int uid, int modeFlags, String message)
           
 void ContextWrapper.enforceUriPermission(Uri uri, int pid, int uid, int modeFlags, String message)
           
abstract  void Context.enforceUriPermission(Uri uri, String readPermission, String writePermission, int pid, int uid, int modeFlags, String message)
           
 void ContextWrapper.enforceUriPermission(Uri uri, String readPermission, String writePermission, int pid, int uid, int modeFlags, String message)
           
 String[] ContentProviderClient.getStreamTypes(Uri url, String mimeTypeFilter)
           
 String[] ContentProvider.getStreamTypes(Uri uri, String mimeTypeFilter)
           
 String[] ContentResolver.getStreamTypes(Uri url, String mimeTypeFilter)
           
 String ContentProviderClient.getType(Uri url)
           
abstract  String ContentProvider.getType(Uri uri)
           
 String SearchRecentSuggestionsProvider.getType(Uri uri)
           
 String ContentResolver.getType(Uri url)
           
abstract  void Context.grantUriPermission(String toPackage, Uri uri, int modeFlags)
           
 void ContextWrapper.grantUriPermission(String toPackage, Uri uri, int modeFlags)
           
 boolean IntentFilter.hasDataAuthority(Uri data)
           
 Uri ContentProviderClient.insert(Uri url, ContentValues initialValues)
           
abstract  Uri ContentProvider.insert(Uri uri, ContentValues values)
           
 Uri SearchRecentSuggestionsProvider.insert(Uri uri, ContentValues values)
           
 Uri ContentResolver.insert(Uri url, ContentValues values)
           
 int IntentFilter.match(String action, String type, String scheme, Uri data, Set<String> categories, String logTag)
           
 int IntentFilter.AuthorityEntry.match(Uri data)
           
 int UriMatcher.match(Uri uri)
           
 int IntentFilter.matchData(String type, String scheme, Uri data)
           
 int IntentFilter.matchDataAuthority(Uri data)
           
static ContentProviderOperation.Builder ContentProviderOperation.newAssertQuery(Uri uri)
           
static ContentProviderOperation.Builder ContentProviderOperation.newDelete(Uri uri)
           
static ContentProviderOperation.Builder ContentProviderOperation.newInsert(Uri uri)
           
static ClipData ClipData.newRawUri(CharSequence label, Uri uri)
           
static ContentProviderOperation.Builder ContentProviderOperation.newUpdate(Uri uri)
           
static ClipData ClipData.newUri(ContentResolver resolver, CharSequence label, Uri uri)
           
 void ContentResolver.notifyChange(Uri uri, ContentObserver observer)
           
 void ContentResolver.notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork)
           
protected  void AsyncQueryHandler.onInsertComplete(int token, Object cookie, Uri uri)
           
 AssetFileDescriptor ContentProviderClient.openAssetFile(Uri url, String mode)
           
 AssetFileDescriptor ContentProvider.openAssetFile(Uri uri, String mode)
           
 AssetFileDescriptor ContentResolver.openAssetFileDescriptor(Uri uri, String mode)
           
 ParcelFileDescriptor ContentProviderClient.openFile(Uri url, String mode)
           
 ParcelFileDescriptor ContentProvider.openFile(Uri uri, String mode)
           
 ParcelFileDescriptor ContentResolver.openFileDescriptor(Uri uri, String mode)
           
protected  ParcelFileDescriptor ContentProvider.openFileHelper(Uri uri, String mode)
           
 InputStream ContentResolver.openInputStream(Uri uri)
           
 OutputStream ContentResolver.openOutputStream(Uri uri)
           
 OutputStream ContentResolver.openOutputStream(Uri uri, String mode)
           
<T> ParcelFileDescriptor
ContentProvider.openPipeHelper(Uri uri, String mimeType, Bundle opts, T args, ContentProvider.PipeDataWriter<T> func)
           
 AssetFileDescriptor ContentProvider.openTypedAssetFile(Uri uri, String mimeTypeFilter, Bundle opts)
           
 AssetFileDescriptor ContentProviderClient.openTypedAssetFileDescriptor(Uri uri, String mimeType, Bundle opts)
           
 AssetFileDescriptor ContentResolver.openTypedAssetFileDescriptor(Uri uri, String mimeType, Bundle opts)
           
static long ContentUris.parseId(Uri contentUri)
           
 Cursor ContentProviderClient.query(Uri url, String[] projection, String selection, String[] selectionArgs, String sortOrder)
           
abstract  Cursor ContentProvider.query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
           
 Cursor SearchRecentSuggestionsProvider.query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
           
 Cursor ContentResolver.query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
           
 void ContentResolver.registerContentObserver(Uri uri, boolean notifyForDescendents, ContentObserver observer)
           
abstract  void Context.revokeUriPermission(Uri uri, int modeFlags)
           
 void ContextWrapper.revokeUriPermission(Uri uri, int modeFlags)
           
 Intent Intent.setData(Uri data)
           
 Intent Intent.setDataAndType(Uri data, String type)
           
 void CursorLoader.setUri(Uri uri)
           
 void AsyncQueryHandler.startDelete(int token, Object cookie, Uri uri, String selection, String[] selectionArgs)
           
 void AsyncQueryHandler.startInsert(int token, Object cookie, Uri uri, ContentValues initialValues)
           
 void AsyncQueryHandler.startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy)
           
 void ContentResolver.startSync(Uri uri, Bundle extras)
           
 void AsyncQueryHandler.startUpdate(int token, Object cookie, Uri uri, ContentValues values, String selection, String[] selectionArgs)
           
 int ContentProviderClient.update(Uri url, ContentValues values, String selection, String[] selectionArgs)
           
abstract  int ContentProvider.update(Uri uri, ContentValues values, String selection, String[] selectionArgs)
           
 int SearchRecentSuggestionsProvider.update(Uri uri, ContentValues values, String selection, String[] selectionArgs)
           
 int ContentResolver.update(Uri uri, ContentValues values, String where, String[] selectionArgs)
           
static Uri ContentUris.withAppendedId(Uri contentUri, long id)
           
 void ContentProvider.PipeDataWriter.writeDataToPipe(ParcelFileDescriptor output, Uri uri, String mimeType, Bundle opts, T args)
           
 

Constructors in android.content with parameters of type Uri
ClipData.Item(CharSequence text, Intent intent, Uri uri)
           
ClipData.Item(Uri uri)
           
ContentProviderResult(Uri uri)
           
CursorLoader(Context context, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
           
Entity.NamedContentValues(Uri uri, ContentValues values)
           
Intent(String action, Uri uri)
           
Intent(String action, Uri uri, Context packageContext, Class<?> cls)
           
 

Uses of Uri in android.database
 

Methods in android.database that return Uri
 Uri AbstractCursor.getNotificationUri()
           
 

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

Uses of Uri in android.drm
 

Methods in android.drm with parameters of type Uri
 boolean DrmManagerClient.canHandle(Uri uri, String mimeType)
           
 int DrmManagerClient.checkRightsStatus(Uri uri)
           
 int DrmManagerClient.checkRightsStatus(Uri uri, int action)
           
 ContentValues DrmManagerClient.getConstraints(Uri uri, int action)
           
 int DrmManagerClient.getDrmObjectType(Uri uri, String mimeType)
           
 ContentValues DrmManagerClient.getMetadata(Uri uri)
           
 String DrmManagerClient.getOriginalMimeType(Uri uri)
           
 int DrmManagerClient.removeRights(Uri uri)
           
 

Uses of Uri in android.media
 

Methods in android.media that return Uri
static Uri RingtoneManager.getActualDefaultRingtoneUri(Context context, int type)
           
static Uri RingtoneManager.getDefaultUri(int type)
           
 Uri RingtoneManager.getRingtoneUri(int position)
           
static Uri RingtoneManager.getValidRingtoneUri(Context context)
           
 

Methods in android.media with parameters of type Uri
static MediaPlayer MediaPlayer.create(Context context, Uri uri)
           
static MediaPlayer MediaPlayer.create(Context context, Uri uri, SurfaceHolder holder)
           
static int RingtoneManager.getDefaultType(Uri defaultRingtoneUri)
           
static Ringtone RingtoneManager.getRingtone(Context context, Uri ringtoneUri)
           
 int RingtoneManager.getRingtonePosition(Uri ringtoneUri)
           
static boolean RingtoneManager.isDefault(Uri ringtoneUri)
           
 void MediaScannerConnection.OnScanCompletedListener.onScanCompleted(String path, Uri uri)
           
 void MediaScannerConnection.MediaScannerConnectionClient.onScanCompleted(String path, Uri uri)
           
 void AsyncPlayer.play(Context context, Uri uri, boolean looping, int stream)
           
static void RingtoneManager.setActualDefaultRingtoneUri(Context context, int type, Uri ringtoneUri)
           
 void MediaPlayer.setDataSource(Context context, Uri uri)
           
 void MediaMetadataRetriever.setDataSource(Context context, Uri uri)
           
 void MediaPlayer.setDataSource(Context context, Uri uri, Map<String,String> headers)
           
 

Uses of Uri in android.net
 

Fields in android.net declared as Uri
static Uri Uri.EMPTY
           
 

Fields in android.net with type parameters of type Uri
static Parcelable.Creator<Uri> Uri.CREATOR
           
 

Methods in android.net that return Uri
 Uri Uri.Builder.build()
           
static Uri Uri.fromFile(File file)
           
static Uri Uri.fromParts(String scheme, String ssp, String fragment)
           
static Uri Uri.parse(String uriString)
           
static Uri Uri.withAppendedPath(Uri baseUri, String pathSegment)
           
 

Methods in android.net with parameters of type Uri
 int Uri.compareTo(Uri other)
           
static Uri Uri.withAppendedPath(Uri baseUri, String pathSegment)
           
static void Uri.writeToParcel(Parcel out, Uri uri)
           
 

Uses of Uri in android.nfc
 

Methods in android.nfc with parameters of type Uri
static NdefRecord NdefRecord.createUri(Uri uri)
           
 

Uses of Uri in android.preference
 

Methods in android.preference that return Uri
protected  Uri RingtonePreference.onRestoreRingtone()
           
 

Methods in android.preference with parameters of type Uri
protected  void RingtonePreference.onSaveRingtone(Uri ringtoneUri)
           
 

Uses of Uri in android.provider
 

Fields in android.provider declared as Uri
static Uri ContactsContract.AUTHORITY_URI
           
static Uri Browser.BOOKMARKS_URI
           
static Uri CalendarContract.Instances.CONTENT_BY_DAY_URI
           
static Uri Contacts.ContactMethods.CONTENT_EMAIL_URI
          Deprecated.  
static Uri CalendarContract.Events.CONTENT_EXCEPTION_URI
           
static Uri ContactsContract.Contacts.CONTENT_FILTER_URI
           
static Uri ContactsContract.PhoneLookup.CONTENT_FILTER_URI
           
static Uri ContactsContract.CommonDataKinds.Phone.CONTENT_FILTER_URI
           
static Uri ContactsContract.CommonDataKinds.Email.CONTENT_FILTER_URI
           
static Uri CallLog.Calls.CONTENT_FILTER_URI
           
static Uri Contacts.People.CONTENT_FILTER_URI
          Deprecated.  
static Uri Contacts.Phones.CONTENT_FILTER_URL
          Deprecated.  
static Uri ContactsContract.Contacts.CONTENT_GROUP_URI
           
static Uri ContactsContract.Contacts.CONTENT_LOOKUP_URI
           
static Uri ContactsContract.CommonDataKinds.Email.CONTENT_LOOKUP_URI
           
static Uri ContactsContract.DisplayPhoto.CONTENT_MAX_DIMENSIONS_URI
           
static Uri ContactsContract.Profile.CONTENT_RAW_CONTACTS_URI
           
static Uri CalendarContract.Instances.CONTENT_SEARCH_BY_DAY_URI
           
static Uri CalendarContract.Instances.CONTENT_SEARCH_URI
           
static Uri ContactsContract.Contacts.CONTENT_STREQUENT_FILTER_URI
           
static Uri ContactsContract.Contacts.CONTENT_STREQUENT_URI
           
static Uri ContactsContract.Groups.CONTENT_SUMMARY_URI
           
static Uri CalendarContract.CONTENT_URI
           
static Uri CalendarContract.CalendarEntity.CONTENT_URI
           
static Uri CalendarContract.Calendars.CONTENT_URI
           
static Uri CalendarContract.Attendees.CONTENT_URI
           
static Uri CalendarContract.EventsEntity.CONTENT_URI
           
static Uri CalendarContract.Events.CONTENT_URI
           
static Uri CalendarContract.Instances.CONTENT_URI
           
static Uri CalendarContract.EventDays.CONTENT_URI
           
static Uri CalendarContract.Reminders.CONTENT_URI
           
static Uri CalendarContract.CalendarAlerts.CONTENT_URI
           
static Uri CalendarContract.ExtendedProperties.CONTENT_URI
           
static Uri CalendarContract.SyncState.CONTENT_URI
           
static Uri ContactsContract.Directory.CONTENT_URI
           
static Uri ContactsContract.SyncState.CONTENT_URI
           
static Uri ContactsContract.ProfileSyncState.CONTENT_URI
           
static Uri ContactsContract.Contacts.CONTENT_URI
           
static Uri ContactsContract.Profile.CONTENT_URI
           
static Uri ContactsContract.RawContacts.CONTENT_URI
           
static Uri ContactsContract.Data.CONTENT_URI
           
static Uri ContactsContract.RawContactsEntity.CONTENT_URI
           
static Uri ContactsContract.StatusUpdates.CONTENT_URI
           
static Uri ContactsContract.CommonDataKinds.Phone.CONTENT_URI
           
static Uri ContactsContract.CommonDataKinds.Email.CONTENT_URI
           
static Uri ContactsContract.CommonDataKinds.StructuredPostal.CONTENT_URI
           
static Uri ContactsContract.Groups.CONTENT_URI
           
static Uri ContactsContract.AggregationExceptions.CONTENT_URI
           
static Uri ContactsContract.Settings.CONTENT_URI
           
static Uri ContactsContract.DisplayPhoto.CONTENT_URI
           
static Uri Settings.System.CONTENT_URI
           
static Uri Settings.Secure.CONTENT_URI
           
static Uri CallLog.CONTENT_URI
           
static Uri CallLog.Calls.CONTENT_URI
           
static Uri UserDictionary.CONTENT_URI
           
static Uri UserDictionary.Words.CONTENT_URI
           
static Uri VoicemailContract.Voicemails.CONTENT_URI
           
static Uri VoicemailContract.Status.CONTENT_URI
           
static Uri Contacts.CONTENT_URI
          Deprecated.  
static Uri Contacts.Settings.CONTENT_URI
          Deprecated.  
static Uri Contacts.People.CONTENT_URI
          Deprecated.  
static Uri Contacts.Groups.CONTENT_URI
          Deprecated.  
static Uri Contacts.Phones.CONTENT_URI
          Deprecated.  
static Uri Contacts.GroupMembership.CONTENT_URI
          Deprecated.  
static Uri Contacts.ContactMethods.CONTENT_URI
          Deprecated.  
static Uri Contacts.Organizations.CONTENT_URI
          Deprecated.  
static Uri Contacts.Photos.CONTENT_URI
          Deprecated.  
static Uri Contacts.Extensions.CONTENT_URI
          Deprecated.  
static Uri CalendarContract.CalendarAlerts.CONTENT_URI_BY_INSTANCE
           
static Uri ContactsContract.Contacts.CONTENT_VCARD_URI
           
static Uri ContactsContract.Profile.CONTENT_VCARD_URI
           
static Uri Settings.System.DEFAULT_ALARM_ALERT_URI
           
static Uri Settings.System.DEFAULT_NOTIFICATION_URI
           
static Uri Settings.System.DEFAULT_RINGTONE_URI
           
static Uri Contacts.People.DELETED_CONTENT_URI
          Deprecated.  
static Uri Contacts.Groups.DELETED_CONTENT_URI
          Deprecated.  
static Uri MediaStore.Images.Media.EXTERNAL_CONTENT_URI
           
static Uri MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI
           
static Uri MediaStore.Audio.Media.EXTERNAL_CONTENT_URI
           
static Uri MediaStore.Audio.Genres.EXTERNAL_CONTENT_URI
           
static Uri MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI
           
static Uri MediaStore.Audio.Artists.EXTERNAL_CONTENT_URI
           
static Uri MediaStore.Audio.Albums.EXTERNAL_CONTENT_URI
           
static Uri MediaStore.Video.Media.EXTERNAL_CONTENT_URI
           
static Uri MediaStore.Video.Thumbnails.EXTERNAL_CONTENT_URI
           
static Uri ContactsContract.DataUsageFeedback.FEEDBACK_URI
           
static Uri MediaStore.Images.Media.INTERNAL_CONTENT_URI
           
static Uri MediaStore.Images.Thumbnails.INTERNAL_CONTENT_URI
           
static Uri MediaStore.Audio.Media.INTERNAL_CONTENT_URI
           
static Uri MediaStore.Audio.Genres.INTERNAL_CONTENT_URI
           
static Uri MediaStore.Audio.Playlists.INTERNAL_CONTENT_URI
           
static Uri MediaStore.Audio.Artists.INTERNAL_CONTENT_URI
           
static Uri MediaStore.Audio.Albums.INTERNAL_CONTENT_URI
           
static Uri MediaStore.Video.Media.INTERNAL_CONTENT_URI
           
static Uri MediaStore.Video.Thumbnails.INTERNAL_CONTENT_URI
           
static Uri ContactsContract.RawContactsEntity.PROFILE_CONTENT_URI
           
static Uri ContactsContract.StatusUpdates.PROFILE_CONTENT_URI
           
static Uri Contacts.GroupMembership.RAW_CONTENT_URI
          Deprecated.  
static Uri Browser.SEARCHES_URI
           
static Uri CalendarContract.CalendarCache.URI
           
 

Methods in android.provider that return Uri
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 Uri VoicemailContract.Voicemails.buildSourceUri(String packageName)
           
static Uri VoicemailContract.Status.buildSourceUri(String packageName)
           
static Uri Contacts.People.createPersonInMyContactsGroup(ContentResolver resolver, ContentValues values)
          Deprecated.  
static Uri ContactsContract.RawContacts.getContactLookupUri(ContentResolver resolver, Uri rawContactUri)
           
static Uri ContactsContract.Data.getContactLookupUri(ContentResolver resolver, Uri dataUri)
           
static Uri MediaStore.Files.getContentUri(String volumeName)
           
static Uri MediaStore.Images.Media.getContentUri(String volumeName)
           
static Uri MediaStore.Images.Thumbnails.getContentUri(String volumeName)
           
static Uri MediaStore.Audio.Media.getContentUri(String volumeName)
           
static Uri MediaStore.Audio.Genres.getContentUri(String volumeName)
           
static Uri MediaStore.Audio.Playlists.getContentUri(String volumeName)
           
static Uri MediaStore.Audio.Artists.getContentUri(String volumeName)
           
static Uri MediaStore.Audio.Albums.getContentUri(String volumeName)
           
static Uri MediaStore.Video.Media.getContentUri(String volumeName)
           
static Uri MediaStore.Video.Thumbnails.getContentUri(String volumeName)
           
static Uri MediaStore.Files.getContentUri(String volumeName, long rowId)
           
static Uri MediaStore.Audio.Genres.Members.getContentUri(String volumeName, long genreId)
           
static Uri MediaStore.Audio.Playlists.Members.getContentUri(String volumeName, long playlistId)
           
static Uri MediaStore.Audio.Artists.Albums.getContentUri(String volumeName, long artistId)
           
static Uri MediaStore.Audio.Genres.getContentUriForAudioId(String volumeName, int audioId)
           
static Uri MediaStore.Audio.Media.getContentUriForPath(String path)
           
static Uri ContactsContract.Contacts.getLookupUri(ContentResolver resolver, Uri contactUri)
           
static Uri ContactsContract.Contacts.getLookupUri(long contactId, String lookupKey)
           
static Uri MediaStore.getMediaScannerUri()
           
static Uri Settings.System.getUriFor(String name)
           
static Uri Settings.Secure.getUriFor(String name)
           
static Uri Settings.NameValueTable.getUriFor(Uri uri, String name)
           
static Uri SyncStateContract.Helpers.insert(ContentProviderClient provider, Uri uri, Account account, byte[] data)
           
static Uri ContactsContract.Contacts.lookupContact(ContentResolver resolver, Uri lookupUri)
           
 

Methods in android.provider that return types with arguments of type Uri
static Pair<Uri,byte[]> ContactsContract.SyncState.getWithUri(ContentProviderClient provider, Account account)
           
static Pair<Uri,byte[]> ContactsContract.ProfileSyncState.getWithUri(ContentProviderClient provider, Account account)
           
static Pair<Uri,byte[]> SyncStateContract.Helpers.getWithUri(ContentProviderClient provider, Uri uri, Account account)
           
 

Methods in android.provider with parameters of type Uri
static byte[] SyncStateContract.Helpers.get(ContentProviderClient provider, Uri uri, Account account)
           
static Bitmap MediaStore.Images.Media.getBitmap(ContentResolver cr, Uri url)
           
static Uri ContactsContract.RawContacts.getContactLookupUri(ContentResolver resolver, Uri rawContactUri)
           
static Uri ContactsContract.Data.getContactLookupUri(ContentResolver resolver, Uri dataUri)
           
static Uri ContactsContract.Contacts.getLookupUri(ContentResolver resolver, Uri contactUri)
           
static Uri Settings.NameValueTable.getUriFor(Uri uri, String name)
           
static Pair<Uri,byte[]> SyncStateContract.Helpers.getWithUri(ContentProviderClient provider, Uri uri, Account account)
           
static Uri SyncStateContract.Helpers.insert(ContentProviderClient provider, Uri uri, Account account, byte[] data)
           
static Bitmap Contacts.People.loadContactPhoto(Context context, Uri person, int placeholderImageResource, BitmapFactory.Options options)
          Deprecated.  
static Uri ContactsContract.Contacts.lookupContact(ContentResolver resolver, Uri lookupUri)
           
static ContentProviderOperation SyncStateContract.Helpers.newSetOperation(Uri uri, Account account, byte[] data)
           
static ContentProviderOperation SyncStateContract.Helpers.newUpdateOperation(Uri uri, byte[] data)
           
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)
           
protected static boolean Settings.NameValueTable.putString(ContentResolver resolver, Uri uri, String name, String value)
           
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 MediaStore.Images.Thumbnails.queryMiniThumbnails(ContentResolver cr, Uri uri, int kind, String[] projection)
           
static void SyncStateContract.Helpers.set(ContentProviderClient provider, Uri uri, Account account, byte[] data)
           
static void Contacts.People.setPhotoData(ContentResolver cr, Uri person, byte[] data)
          Deprecated.  
static void ContactsContract.QuickContact.showQuickContact(Context context, Rect target, Uri lookupUri, int mode, String[] excludeMimes)
           
static void ContactsContract.QuickContact.showQuickContact(Context context, View target, Uri lookupUri, int mode, String[] excludeMimes)
           
static void SyncStateContract.Helpers.update(ContentProviderClient provider, Uri uri, byte[] data)
           
 

Uses of Uri in android.text.style
 

Constructors in android.text.style with parameters of type Uri
ImageSpan(Context context, Uri uri)
           
ImageSpan(Context context, Uri uri, int verticalAlignment)
           
 

Uses of Uri in android.view
 

Methods in android.view with parameters of type Uri
abstract  void Window.setFeatureDrawableUri(int featureId, Uri uri)
           
 

Uses of Uri in android.widget
 

Methods in android.widget with parameters of type Uri
 void QuickContactBadge.assignContactUri(Uri contactUri)
           
 void ImageSwitcher.setImageURI(Uri uri)
           
 void ImageView.setImageURI(Uri uri)
           
 void RemoteViews.setImageViewUri(int viewId, Uri uri)
           
 void RemoteViews.setUri(int viewId, String methodName, Uri value)
           
 void VideoView.setVideoURI(Uri uri)
           
 



Copyright © 2008-2012. All Rights Reserved.