Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallerInfoAsyncQueryFactoryFixture.java21 import com.android.server.telecom.CallerInfoAsyncQueryFactory;
37 TestFixture<CallerInfoAsyncQueryFactory> {
52 CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory = new CallerInfoAsyncQueryFactory() {
72 public CallerInfoAsyncQueryFactory getTestDouble() { in getTestDouble()
DCallerInfoLookupHelperTest.java28 import com.android.server.telecom.CallerInfoAsyncQueryFactory;
54 @Mock CallerInfoAsyncQueryFactory mFactory;
DTelecomSystemTest.java62 import com.android.server.telecom.CallerInfoAsyncQueryFactory;
136 CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory, UserHandle userHandle) { in reloadFromDatabase()
/packages/services/Telecomm/src/com/android/server/telecom/components/
DTelecomService.java32 import com.android.server.telecom.CallerInfoAsyncQueryFactory;
86 new CallerInfoAsyncQueryFactory() { in initializeTelecomSystem()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoLookupHelper.java59 private final CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory;
66 CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory, in CallerInfoLookupHelper()
DCallerInfoAsyncQueryFactory.java22 public interface CallerInfoAsyncQueryFactory { interface
DMissedCallNotifier.java34 CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory, in reloadFromDatabase()
DTelecomSystem.java149 CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory, in TelecomSystem()
DCall.java406 CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory, in Call()
461 CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory, in Call()
DCallsManager.java186 private final CallerInfoAsyncQueryFactory mCallerInfoAsyncQueryFactory;
210 CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory, in CallsManager()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java29 import com.android.server.telecom.CallerInfoAsyncQueryFactory;
569 final CallerInfoAsyncQueryFactory callerInfoAsyncQueryFactory, in reloadFromDatabase()