Searched defs:CallerInfoAsyncQuery (Results 1 - 1 of 1) 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...]

Completed in 3 milliseconds