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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java45 public class CallerInfoAsyncQuery { class
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() { method in class: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 startQuer
[all...]

Completed in 2105 milliseconds