D | CallerInfoAsyncQuery.java | 313 startQuery(token, endMarker, null, null, null, null, null); in onQueryComplete() 360 startQuery(token, cw, null, null, null, null, null); in onQueryComplete() 371 startQuery(token, endMarker, null, null, null, null, null); in onQueryComplete() 405 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, in startQuery() method in CallerInfoAsyncQuery 419 c.mHandler.startQuery(token, cw, contactRef, null, null, null, null); in startQuery() 435 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery() method in CallerInfoAsyncQuery 439 return startQuery(token, context, number, listener, cookie, subId); in startQuery() 453 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery() method in CallerInfoAsyncQuery 503 c.mHandler.startQuery(token, in startQuery() 527 mHandler.startQuery(token, cw, null, null, null, null, null); in addQueryListener()
|