D | CallerInfoAsyncQuery.java | 306 startQuery(token, endMarker, null, null, null, null, null); in onQueryComplete() 353 startQuery(token, cw, null, null, null, null, null); in onQueryComplete() 364 startQuery(token, endMarker, null, null, null, null, null); in onQueryComplete() 398 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, in startQuery() method in CallerInfoAsyncQuery 412 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null); in startQuery() 428 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery() method in CallerInfoAsyncQuery 432 return startQuery(token, context, number, listener, cookie, subId); in startQuery() 446 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery() method in CallerInfoAsyncQuery 486 c.mHandler.startQuery(token, in startQuery() 510 mHandler.startQuery(token, cw, null, null, null, null, null); in addQueryListener()
|