Searched refs:ContactsAsyncHelper (Results 1 – 9 of 9) sorted by relevance
40 import com.android.server.telecom.ContactsAsyncHelper;67 implements ContactsAsyncHelper.OnImageLoadCompleteListener {76 private ContactsAsyncHelper.ContentResolverAdapter mWorkingContentResolverAdapter =77 new ContactsAsyncHelper.ContentResolverAdapter() {85 private ContactsAsyncHelper.ContentResolverAdapter mNullContentResolverAdapter =86 new ContactsAsyncHelper.ContentResolverAdapter() {110 ContactsAsyncHelper cah = new ContactsAsyncHelper(mNullContentResolverAdapter, in testEmptyUri()125 ContactsAsyncHelper cah = new ContactsAsyncHelper(mNullContentResolverAdapter, in testNullReturnFromOpenInputStream()136 ContactsAsyncHelper cah = new ContactsAsyncHelper(mWorkingContentResolverAdapter, in testImageScaling()157 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()
82 import com.android.server.telecom.ContactsAsyncHelper;577 new ContactsAsyncHelper.Factory() { in setupTelecomSystem()579 public ContactsAsyncHelper create( in setupTelecomSystem()580 ContactsAsyncHelper.ContentResolverAdapter adapter) { in setupTelecomSystem()581 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(
139 private final ContactsAsyncHelper mContactsAsyncHelper;224 ContactsAsyncHelper.Factory contactsAsyncHelperFactory, in TelecomSystem()251 new ContactsAsyncHelper.ContentResolverAdapter() { in TelecomSystem()
46 import com.android.server.telecom.ContactsAsyncHelper;205 new ContactsAsyncHelper.Factory(),
35 public class ContactsAsyncHelper { class
58 import com.android.incallui.ContactsAsyncHelper.OnImageLoadCompleteListener;489 ContactsAsyncHelper.startObtainPhotoAsync( in updateCallerInfoInCacheOnAnyThread()