Home
last modified time | relevance | path

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

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