D | CallerInfoAsyncQuery.java | 308 startQuery(token, endMarker, null, null, null, null, null); in onQueryComplete() 355 startQuery(token, cw, null, null, null, null, null); in onQueryComplete() 366 startQuery(token, endMarker, null, null, null, null, null); in onQueryComplete() 400 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, in startQuery() method in CallerInfoAsyncQuery 414 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null); in startQuery() 430 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery() method in CallerInfoAsyncQuery 434 return startQuery(token, context, number, listener, cookie, subId); in startQuery() 448 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery() method in CallerInfoAsyncQuery 488 c.mHandler.startQuery(token, in startQuery() 512 mHandler.startQuery(token, cw, null, null, null, null, null); in addQueryListener()
|