/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | CallerInfoAsyncQueryFactoryFixture.java | 20 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 D | CallerInfoLookupHelperTest.java | 41 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 D | CallerInfoAsyncQueryFactory.java | 18 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 D | CallerInfoLookupHelper.java | 32 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 D | CallerInfoAsyncQuery.java | 49 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 D | CallerInfo.java | 354 ContentResolver cr = CallerInfoAsyncQuery.getCurrentProfileContentResolver(context); in getCallerInfo()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/components/ |
H A D | TelecomService.java | 31 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 D | CallerInfoUtils.java | 55 CallerInfoAsyncQuery.OnQueryCompleteListener listener) { in getCallerInfoForCall() 68 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, info, listener, cookie); in getCallerInfoForCall()
|
H A D | CallerInfoAsyncQuery.java | 52 public class CallerInfoAsyncQuery { class 82 private CallerInfoAsyncQuery() {} in CallerInfoAsyncQuery() method in CallerInfoAsyncQuery
|
H A D | ContactInfoCache.java | 57 import com.android.incallui.CallerInfoAsyncQuery.OnQueryCompleteListener;
|
/aosp12/frameworks/base/config/ |
H A D | dirty-image-objects | 258 Landroid/telephony/CallerInfoAsyncQuery$OnQueryCompleteListener;
|
H A D | boot-image-profile.txt | 39546 Landroid/telecom/CallerInfoAsyncQuery;
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 29882 Landroid/telecom/CallerInfoAsyncQuery;
|