Home | History | Annotate | Download | only in calendar

Lines Matching defs:uri

23 import android.net.Uri;
69 public Uri uri;
95 args.context.getContentResolver(), args.uri);
101 args.result = Drawable.createFromStream(inputStream, args.uri.toString());
104 " token: " + msg.what + " image URI: " + args.uri);
108 " token: " + msg.what + " image URI: " + args.uri +
139 ImageView imageView, Uri contact, int placeholderImageResource) {
141 // in case the source caller info is null, the URI will be null as well.
157 args.uri = contact;
168 if (DBG) Log.d(LOG_TAG, "Begin loading image: " + args.uri +
191 AttendeeItem item, Runnable run, Uri photoUri) {
193 // in case the source caller info is null, the URI will be null as well.
206 args.uri = photoUri;
217 if (DBG) Log.d(LOG_TAG, "Begin loading drawable: " + args.uri);