Searched refs:ContactsAsyncHelper (Results 1 – 9 of 9) sorted by relevance
41 import com.android.server.telecom.ContactsAsyncHelper;69 implements ContactsAsyncHelper.OnImageLoadCompleteListener {78 private ContactsAsyncHelper.ContentResolverAdapter mWorkingContentResolverAdapter =79 new ContactsAsyncHelper.ContentResolverAdapter() {87 private ContactsAsyncHelper.ContentResolverAdapter mNullContentResolverAdapter =88 new ContactsAsyncHelper.ContentResolverAdapter() {112 ContactsAsyncHelper cah = new ContactsAsyncHelper(mNullContentResolverAdapter, in testEmptyUri()127 ContactsAsyncHelper cah = new ContactsAsyncHelper(mNullContentResolverAdapter, in testNullReturnFromOpenInputStream()138 ContactsAsyncHelper cah = new ContactsAsyncHelper(mWorkingContentResolverAdapter, in testImageScaling()159 ContactsAsyncHelper cah = new ContactsAsyncHelper(mWorkingContentResolverAdapter, in testNoScaling()
44 import com.android.server.telecom.ContactsAsyncHelper;63 @Mock ContactsAsyncHelper mContactsAsyncHelper;146 ArgumentCaptor<ContactsAsyncHelper.OnImageLoadCompleteListener> imageListenerCaptor = in testSimpleLookup()147 ArgumentCaptor.forClass(ContactsAsyncHelper.OnImageLoadCompleteListener.class); in testSimpleLookup()186 ArgumentCaptor<ContactsAsyncHelper.OnImageLoadCompleteListener> imageListenerCaptor = in testLookupWithTwoListeners()187 ArgumentCaptor.forClass(ContactsAsyncHelper.OnImageLoadCompleteListener.class); in testLookupWithTwoListeners()225 ArgumentCaptor<ContactsAsyncHelper.OnImageLoadCompleteListener> imageListenerCaptor = in testListenerAddedAfterCallerInfoBeforePhoto()226 ArgumentCaptor.forClass(ContactsAsyncHelper.OnImageLoadCompleteListener.class); in testListenerAddedAfterCallerInfoBeforePhoto()
80 import com.android.server.telecom.ContactsAsyncHelper;521 new ContactsAsyncHelper.Factory() { in setupTelecomSystem()523 public ContactsAsyncHelper create( in setupTelecomSystem()524 ContactsAsyncHelper.ContentResolverAdapter adapter) { in setupTelecomSystem()525 return new ContactsAsyncHelper(adapter, mHandlerThread.getLooper()); in setupTelecomSystem()
40 public class ContactsAsyncHelper { class41 private static final String LOG_TAG = ContactsAsyncHelper.class.getSimpleName();44 public ContactsAsyncHelper create(ContentResolverAdapter adapter) { in create()45 return new ContactsAsyncHelper(adapter); in create()82 public ContactsAsyncHelper(ContentResolverAdapter contentResolverAdapter) { in ContactsAsyncHelper() method in ContactsAsyncHelper86 public ContactsAsyncHelper(ContentResolverAdapter contentResolverAdapter, Looper looper) { in ContactsAsyncHelper() method in ContactsAsyncHelper
64 private final ContactsAsyncHelper mContactsAsyncHelper;71 ContactsAsyncHelper contactsAsyncHelper, in CallerInfoLookupHelper()231 private ContactsAsyncHelper.OnImageLoadCompleteListener makeContactPhotoListener(
125 private final ContactsAsyncHelper mContactsAsyncHelper;209 ContactsAsyncHelper.Factory contactsAsyncHelperFactory, in TelecomSystem()227 new ContactsAsyncHelper.ContentResolverAdapter() { in TelecomSystem()
43 import com.android.server.telecom.ContactsAsyncHelper;193 new ContactsAsyncHelper.Factory(),
35 public class ContactsAsyncHelper { class
58 import com.android.incallui.ContactsAsyncHelper.OnImageLoadCompleteListener;489 ContactsAsyncHelper.startObtainPhotoAsync( in updateCallerInfoInCacheOnAnyThread()