HomeSort by relevance Sort by last modified time
    Searched defs:CallerInfoAsyncQuery (Results 1 - 4 of 4) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 39 CallerInfoAsyncQuery.OnQueryCompleteListener listener) {
46 Log.d(TAG, "==> Actually starting CallerInfoAsyncQuery.startQuery()...");
47 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, info, listener, call);
CallerInfoAsyncQuery.java 43 public class CallerInfoAsyncQuery {
45 private static final String LOG_TAG = "CallerInfoAsyncQuery";
241 ("Bad context or query uri, or CallerInfoAsyncQuery already released.");
277 // new parameter to CallerInfoAsyncQuery.startQuery() to force
324 private CallerInfoAsyncQuery() {
338 public static CallerInfoAsyncQuery startQuery(int token, Context context, CallerInfo info,
340 Log.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuery()... #####");
356 CallerInfoAsyncQuery c = new CallerInfoAsyncQuery();
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 45 public class CallerInfoAsyncQuery {
47 private static final String LOG_TAG = "CallerInfoAsyncQuery";
271 ("Bad context or query uri, or CallerInfoAsyncQuery already released.");
307 // new parameter to CallerInfoAsyncQuery.startQuery() to force
351 private CallerInfoAsyncQuery() {
358 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef,
361 CallerInfoAsyncQuery c = new CallerInfoAsyncQuery();
388 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number,
406 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 43 import com.android.internal.telephony.CallerInfoAsyncQuery;
44 import com.android.internal.telephony.CallerInfoAsyncQuery.OnQueryCompleteListener;
    [all...]

Completed in 114 milliseconds