Home
last modified time | relevance | path

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

/packages/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/
DPhoneBook.java187 LoadPhotoAsyncTask.createAndExecute(this, contactId, listener); in fetchPhotoAsync()
231 private static class LoadPhotoAsyncTask extends AsyncTask<Void, Void, Bitmap> { class in PhoneBook
239 new LoadPhotoAsyncTask(phoneBook, contactId, listener) in createAndExecute()
243 private LoadPhotoAsyncTask(PhoneBook phoneBook, int contactId, in LoadPhotoAsyncTask() method in PhoneBook.LoadPhotoAsyncTask