Home
last modified time | relevance | path

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

/packages/apps/InCallUI/src/com/android/incallui/
DCallerInfoAsyncQuery.java43 public class CallerInfoAsyncQuery { class
324 private CallerInfoAsyncQuery() { in CallerInfoAsyncQuery() method in CallerInfoAsyncQuery
338 public static CallerInfoAsyncQuery startQuery(int token, Context context, CallerInfo info, in startQuery()
356 CallerInfoAsyncQuery c = new CallerInfoAsyncQuery(); in startQuery()
DCallerInfoUtils.java40 CallerInfoAsyncQuery.OnQueryCompleteListener listener) { in getCallerInfoForCall()
48 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, info, listener, call); in getCallerInfoForCall()
DContactInfoCache.java90 private class FindInfoCallback implements CallerInfoAsyncQuery.OnQueryCompleteListener {
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java53 import com.android.internal.telephony.CallerInfoAsyncQuery;
1307 public CallerInfoAsyncQuery asyncQuery;
1314 CallerInfoAsyncQuery.OnQueryCompleteListener listener, Object cookie) { in startGetCallerInfo()
1332 CallerInfoAsyncQuery.OnQueryCompleteListener listener, Object cookie) { in startGetCallerInfo()
1341 CallerInfoAsyncQuery.OnQueryCompleteListener listener, Object cookie, in startGetCallerInfo()
1394 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
1467 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
1543 cit.asyncQuery = CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, in startGetCallerInfo()
1593 static CallerInfoAsyncQuery.OnQueryCompleteListener sCallerInfoQueryListener =
1594 new CallerInfoAsyncQuery.OnQueryCompleteListener () {
DCallNotifier.java22 import com.android.internal.telephony.CallerInfoAsyncQuery;
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java43 import com.android.internal.telephony.CallerInfoAsyncQuery;
44 import com.android.internal.telephony.CallerInfoAsyncQuery.OnQueryCompleteListener;
1246 CallerInfoAsyncQuery.startQuery( in startCallerInfoLookup()