Home | History | Annotate | Download | only in contacts

Lines Matching defs:uris

342      * Returns the list of URIs to show.
344 * There are two ways the URIs can be provided to the activity: as the data on the intent, or as
356 Uri[] uris = new Uri[ids.length];
358 uris[index] = ContentUris.withAppendedId(Calls.CONTENT_URI_WITH_VOICEMAIL, ids[index]);
360 return uris;
384 * @param callUris URIs into {@link CallLog.Calls} of the calls to be displayed