Home | History | Annotate | Download | only in dialer

Lines Matching defs:uris

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