HomeSort by relevance Sort by last modified time
    Searched full:mcallerinfoasyncqueryfactory (Results 1 - 3 of 3) sorted by null

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallerInfoAsyncQueryFactoryFixture.java 52 CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory = new CallerInfoAsyncQueryFactory() {
73 return mCallerInfoAsyncQueryFactory;
  /packages/services/Telecomm/src/com/android/server/telecom/
CallerInfoLookupHelper.java 59 private final CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory;
69 mCallerInfoAsyncQueryFactory = callerInfoAsyncQueryFactory;
118 CallerInfoAsyncQuery query = mCallerInfoAsyncQueryFactory.startQuery(
CallsManager.java 189 private final CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory;
232 mCallerInfoAsyncQueryFactory = callerInfoAsyncQueryFactory;
241 mCallerInfoLookupHelper = new CallerInfoLookupHelper(context, mCallerInfoAsyncQueryFactory,
670 mCallerInfoAsyncQueryFactory,
703 mCallerInfoAsyncQueryFactory,
777 mCallerInfoAsyncQueryFactory,
    [all...]

Completed in 42 milliseconds