Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallerInfoAsyncQueryFactoryFixture.java54 CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory = new CallerInfoAsyncQueryFactory() { field in CallerInfoAsyncQueryFactoryFixture
83 return mCallerInfoAsyncQueryFactory; in getTestDouble()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallerInfoLookupHelper.java63 private final CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory; field in CallerInfoLookupHelper
73 mCallerInfoAsyncQueryFactory = callerInfoAsyncQueryFactory; in CallerInfoLookupHelper()
166 CallerInfoAsyncQuery query = mCallerInfoAsyncQueryFactory.startQuery( in startLookup()