Searched refs:mContactsAsyncHelper (Results 1 – 3 of 3) sorted by relevance
63 @Mock ContactsAsyncHelper mContactsAsyncHelper; field in CallerInfoLookupHelperTest85 mFactory, mContactsAsyncHelper, new TelecomSystem.SyncRoot() { }); in setUp()148 verify(mContactsAsyncHelper).startObtainPhotoAsync(anyInt(), eq(mContext), in testSimpleLookup()188 verify(mContactsAsyncHelper).startObtainPhotoAsync(anyInt(), eq(mContext), in testLookupWithTwoListeners()227 verify(mContactsAsyncHelper).startObtainPhotoAsync(anyInt(), eq(mContext), in testListenerAddedAfterCallerInfoBeforePhoto()
64 private final ContactsAsyncHelper mContactsAsyncHelper; field in CallerInfoLookupHelper74 mContactsAsyncHelper = contactsAsyncHelper; in CallerInfoLookupHelper()220 mContactsAsyncHelper.startObtainPhotoAsync(
123 private final ContactsAsyncHelper mContactsAsyncHelper; field in TelecomSystem224 mContactsAsyncHelper = contactsAsyncHelperFactory.create( in TelecomSystem()250 mContactsAsyncHelper, mLock); in TelecomSystem()