Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DContactsAsyncHelper.java148 args.photoIcon = getPhotoIconWhenAppropriate(args.context, args.photo); in doInBackground()
183 private Bitmap getPhotoIconWhenAppropriate(Context context, Drawable photo) { in getPhotoIconWhenAppropriate() method in ContactsAsyncHelper.Worker
/packages/services/Telecomm/src/com/android/server/telecom/
DContactsAsyncHelper.java130 args.photoIcon = getPhotoIconWhenAppropriate(args.context, args.photo); in handleMessage()
167 private Bitmap getPhotoIconWhenAppropriate(Context context, Drawable photo) { in getPhotoIconWhenAppropriate() method in ContactsAsyncHelper.WorkerHandler