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

/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfoAsyncQuery.java38 public class CallerInfoAsyncQuery { class
40 private static final String LOG_TAG = "CallerInfoAsyncQuery";
221 ("Bad context or query uri, or CallerInfoAsyncQuery already released.");
257 // new parameter to CallerInfoAsyncQuery.startQuery() to force
297 private CallerInfoAsyncQuery() { method in class:CallerInfoAsyncQuery
304 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef,
307 CallerInfoAsyncQuery c = new CallerInfoAsyncQuery();
334 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number,
336 Log.d(LOG_TAG, "##### CallerInfoAsyncQuery startQuer
[all...]

Completed in 226 milliseconds