Searched refs:CallerInfoAsyncQuery (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java37 public class CallerInfoAsyncQuery { class
40 private static final String LOG_TAG = "CallerInfoAsyncQuery";
214 ("Bad context or query uri, or CallerInfoAsyncQuery already released.");
256 private CallerInfoAsyncQuery() { method in class:CallerInfoAsyncQuery
263 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef,
266 CallerInfoAsyncQuery c = new CallerInfoAsyncQuery();
285 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number,
290 CallerInfoAsyncQuery c = new CallerInfoAsyncQuery();
[all...]
/frameworks/base/telephony/tests/telephonytests/src/com/android/telephonytest/unit/
H A DCallerInfoUnitTest.java25 import com.android.internal.telephony.CallerInfoAsyncQuery;
160 * Class to run a CallerInfoAsyncQuery in a separate thread, with
167 implements CallerInfoAsyncQuery.OnQueryCompleteListener {
190 CallerInfoAsyncQuery.startQuery(kToken, mContext, mNumber, this, null);

Completed in 679 milliseconds