Home
last modified time | relevance | path

Searched refs:getPhotoIconWhenAppropriate (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DContactsAsyncHelper.java118 args.photoIcon = getPhotoIconWhenAppropriate(args.context, args.photo); in handleMessage()
155 private Bitmap getPhotoIconWhenAppropriate(Context context, Drawable photo) { in getPhotoIconWhenAppropriate() method in ContactsAsyncHelper.WorkerHandler
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DContactsAsyncHelper.java134 args.photoIcon = getPhotoIconWhenAppropriate(args.context, args.photo); in handleMessage()
170 private Bitmap getPhotoIconWhenAppropriate(Context context, Drawable photo) { in getPhotoIconWhenAppropriate() method in ContactsAsyncHelper.WorkerHandler