Home
last modified time | relevance | path

Searched refs:photoIcon (Results 1 – 5 of 5) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
DContactsAsyncHelper.java56 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, in onImageLoadComplete() argument
73 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
97 public Bitmap photoIcon; field in ContactsAsyncHelper.WorkerArgs
132 args.photoIcon = getPhotoIconWhenAppropriate(args.context, args.photo); in handleMessage()
138 args.photoIcon = null; in handleMessage()
DContactInfoCache.java268 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) { in onImageLoadComplete() argument
287 } else if (photoIcon != null) { in onImageLoadComplete()
288 Log.v(this, "photo icon: ", photoIcon); in onImageLoadComplete()
289 entry.photo = new BitmapDrawable(mContext.getResources(), photoIcon); in onImageLoadComplete()
/packages/services/Telecomm/src/com/android/server/telecom/
DContactsAsyncHelper.java56 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, in onImageLoadComplete() argument
73 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
97 public Bitmap photoIcon; field in ContactsAsyncHelper.WorkerArgs
132 args.photoIcon = getPhotoIconWhenAppropriate(args.context, args.photo); in handleMessage()
138 args.photoIcon = null; in handleMessage()
DMissedCallNotifier.java166 Bitmap photoIcon = call.getPhotoIcon(); in showMissedCallNotification() local
167 if (photoIcon != null) { in showMissedCallNotification()
168 builder.setLargeIcon(photoIcon); in showMissedCallNotification()
DCall.java166 int token, Drawable photo, Bitmap photoIcon, Object cookie) {
168 ((Call) cookie).setPhoto(photo, photoIcon, token);
1302 private void setPhoto(Drawable photo, Bitmap photoIcon, int token) { in setPhoto() argument
1305 mCallerInfo.cachedPhotoIcon = photoIcon; in setPhoto()