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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallerInfoAsyncQueryFactoryFixture.java 21 import com.android.server.telecom.CallerInfoAsyncQueryFactory;
30 * Controls a test {@link CallerInfoAsyncQueryFactory} to abstract away the asynchronous retrieval
34 TestFixture<CallerInfoAsyncQueryFactory> {
45 CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory = new CallerInfoAsyncQueryFactory() {
65 public CallerInfoAsyncQueryFactory getTestDouble() {
  /packages/services/Telecomm/src/com/android/server/telecom/
MissedCallNotifier.java 32 CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory);
CallerInfoAsyncQueryFactory.java 21 public interface CallerInfoAsyncQueryFactory {
TelecomSystem.java 95 CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory,
109 callerInfoAsyncQueryFactory,
Call.java 321 private final CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory;
353 CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory,
366 mCallerInfoAsyncQueryFactory = callerInfoAsyncQueryFactory;
400 CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory,
409 callerInfoAsyncQueryFactory, handle, gatewayInfo,
    [all...]
CallsManager.java 132 private final CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory;
157 CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory,
166 mCallerInfoAsyncQueryFactory = callerInfoAsyncQueryFactory;
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/components/
TelecomService.java 26 import com.android.server.telecom.CallerInfoAsyncQueryFactory;
68 new CallerInfoAsyncQueryFactory() {
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 21 import com.android.server.telecom.CallerInfoAsyncQueryFactory;
323 final CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory) {
354 null, contactsAsyncHelper, callerInfoAsyncQueryFactory,

Completed in 526 milliseconds