Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoLookupHelper.java59 private final CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory; field in CallerInfoLookupHelper
69 mCallerInfoAsyncQueryFactory = callerInfoAsyncQueryFactory; in CallerInfoLookupHelper()
118 CallerInfoAsyncQuery query = mCallerInfoAsyncQueryFactory.startQuery( in startLookup()
DCallsManager.java186 private final CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory; field in CallsManager
226 mCallerInfoAsyncQueryFactory = callerInfoAsyncQueryFactory; in CallsManager()
235 mCallerInfoLookupHelper = new CallerInfoLookupHelper(context, mCallerInfoAsyncQueryFactory, in CallsManager()
669 mCallerInfoAsyncQueryFactory, in processIncomingCallIntent()
701 mCallerInfoAsyncQueryFactory, in addNewUnknownCall()
773 mCallerInfoAsyncQueryFactory, in startOutgoingCall()
1567 mCallerInfoAsyncQueryFactory, in createConferenceCall()
1959 mCallerInfoAsyncQueryFactory, in createCallForExistingConnection()
2020 mLock, this, mContactsAsyncHelper, mCallerInfoAsyncQueryFactory, userHandle); in reloadMissedCallsOfUser()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallerInfoAsyncQueryFactoryFixture.java52 CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory = new CallerInfoAsyncQueryFactory() { field in CallerInfoAsyncQueryFactoryFixture
73 return mCallerInfoAsyncQueryFactory; in getTestDouble()