Home
last modified time | relevance | path

Searched refs:CallerInfoAsyncQuery (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallerInfoAsyncQueryFactoryFixture.java20 import android.telecom.CallerInfoAsyncQuery;
44 CallerInfoAsyncQuery.OnQueryCompleteListener mListener;
56 public CallerInfoAsyncQuery startQuery(int token, Context context, String number,
57 CallerInfoAsyncQuery.OnQueryCompleteListener listener, Object cookie) {
66 return Mockito.mock(CallerInfoAsyncQuery.class);
H A DCallerInfoLookupHelperTest.java41 import android.telecom.CallerInfoAsyncQuery;
87 any(CallerInfoAsyncQuery.OnQueryCompleteListener.class), any())) in setUp()
88 .thenReturn(mock(CallerInfoAsyncQuery.class)); in setUp()
134 ArgumentCaptor<CallerInfoAsyncQuery.OnQueryCompleteListener> queryListenerCaptor = in testSimpleLookup()
135 ArgumentCaptor.forClass(CallerInfoAsyncQuery.OnQueryCompleteListener.class); in testSimpleLookup()
173 ArgumentCaptor<CallerInfoAsyncQuery.OnQueryCompleteListener> queryListenerCaptor = in testLookupWithTwoListeners()
174 ArgumentCaptor.forClass(CallerInfoAsyncQuery.OnQueryCompleteListener.class); in testLookupWithTwoListeners()
213 ArgumentCaptor<CallerInfoAsyncQuery.OnQueryCompleteListener> queryListenerCaptor = in testListenerAddedAfterCallerInfoBeforePhoto()
214 ArgumentCaptor.forClass(CallerInfoAsyncQuery.OnQueryCompleteListener.class); in testListenerAddedAfterCallerInfoBeforePhoto()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallerInfoAsyncQueryFactory.java18 import android.telecom.CallerInfoAsyncQuery;
23 CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery()
24 CallerInfoAsyncQuery.OnQueryCompleteListener listener, Object cookie); in startQuery()
H A DCallerInfoLookupHelper.java32 import android.telecom.CallerInfoAsyncQuery;
166 CallerInfoAsyncQuery query = mCallerInfoAsyncQueryFactory.startQuery( in startLookup()
181 private CallerInfoAsyncQuery.OnQueryCompleteListener makeCallerInfoQueryListener( in makeCallerInfoQueryListener()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallerInfoAsyncQuery.java49 public class CallerInfoAsyncQuery { class
398 private CallerInfoAsyncQuery() { in CallerInfoAsyncQuery() method in CallerInfoAsyncQuery
405 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, in startQuery()
408 CallerInfoAsyncQuery c = new CallerInfoAsyncQuery(); in startQuery()
435 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery()
453 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery()
474 CallerInfoAsyncQuery c = new CallerInfoAsyncQuery(); in startQuery()
H A DCallerInfo.java354 ContentResolver cr = CallerInfoAsyncQuery.getCurrentProfileContentResolver(context); in getCallerInfo()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DTelecomService.java31 import android.telecom.CallerInfoAsyncQuery;
119 public CallerInfoAsyncQuery startQuery(
123 CallerInfoAsyncQuery.OnQueryCompleteListener listener,
128 return CallerInfoAsyncQuery.startQuery(
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallerInfoUtils.java55 CallerInfoAsyncQuery.OnQueryCompleteListener listener) { in getCallerInfoForCall()
68 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, info, listener, cookie); in getCallerInfoForCall()
H A DCallerInfoAsyncQuery.java52 public class CallerInfoAsyncQuery { class
82 private CallerInfoAsyncQuery() {} in CallerInfoAsyncQuery() method in CallerInfoAsyncQuery
H A DContactInfoCache.java57 import com.android.incallui.CallerInfoAsyncQuery.OnQueryCompleteListener;
/aosp12/frameworks/base/config/
H A Ddirty-image-objects258 Landroid/telephony/CallerInfoAsyncQuery$OnQueryCompleteListener;
H A Dboot-image-profile.txt39546 Landroid/telecom/CallerInfoAsyncQuery;
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt29882 Landroid/telecom/CallerInfoAsyncQuery;