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 45 CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory = new CallerInfoAsyncQueryFactory() {
66 return mCallerInfoAsyncQueryFactory;
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java 132 private final CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory;
166 mCallerInfoAsyncQueryFactory = callerInfoAsyncQueryFactory;
201 mLock, this, mContactsAsyncHelper, mCallerInfoAsyncQueryFactory);
490 mCallerInfoAsyncQueryFactory,
513 mCallerInfoAsyncQueryFactory,
568 mCallerInfoAsyncQueryFactory,
    [all...]
Call.java 321 private final CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory;
366 mCallerInfoAsyncQueryFactory = callerInfoAsyncQueryFactory;
    [all...]

Completed in 63 milliseconds