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

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 42 public class CallerInfoAsyncQuery {
44 private static final String LOG_TAG = "CallerInfoAsyncQuery";
224 ("Bad context or query uri, or CallerInfoAsyncQuery already released.");
260 // new parameter to CallerInfoAsyncQuery.startQuery() to force
302 private CallerInfoAsyncQuery() {
309 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef,
312 CallerInfoAsyncQuery c = new CallerInfoAsyncQuery();
339 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number,
342 Log.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuery()... #####")
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallerInfoTest.java 26 import com.android.internal.telephony.CallerInfoAsyncQuery;
161 * Class to run a CallerInfoAsyncQuery in a separate thread, with
168 implements CallerInfoAsyncQuery.OnQueryCompleteListener {
191 CallerInfoAsyncQuery.startQuery(kToken, mContext, mNumber, this, null);

Completed in 247 milliseconds