Home
last modified time | relevance | path

Searched refs:CallerInfoAsyncQueryFactory (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallerInfoAsyncQueryFactoryFixture.java21 import com.android.server.telecom.CallerInfoAsyncQueryFactory;
39 TestFixture<CallerInfoAsyncQueryFactory> {
54 CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory = new CallerInfoAsyncQueryFactory() {
82 public CallerInfoAsyncQueryFactory getTestDouble() { in getTestDouble()
DCallerInfoLookupHelperTest.java42 import com.android.server.telecom.CallerInfoAsyncQueryFactory;
62 @Mock CallerInfoAsyncQueryFactory mFactory;
/packages/services/Telecomm/src/com/android/server/telecom/components/
DTelecomService.java38 import com.android.server.telecom.CallerInfoAsyncQueryFactory;
106 new CallerInfoAsyncQueryFactory() { in initializeTelecomSystem()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoLookupHelper.java63 private final CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory;
70 CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory, in CallerInfoLookupHelper()
DCallerInfoAsyncQueryFactory.java22 public interface CallerInfoAsyncQueryFactory { interface
DTelecomSystem.java191 CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory, in TelecomSystem()