Searched refs:getInThrottlingListUris (Results 1 – 3 of 3) sorted by relevance
84 public synchronized List<Uri> getInThrottlingListUris(List<Uri> uriList) { in getInThrottlingListUris() method in ContactThrottlingList
292 List<Uri> getInThrottlingListUris(List<Uri> uriList); in getInThrottlingListUris() method425 public List<Uri> getInThrottlingListUris(List<Uri> uriList) {426 return mThrottlingList.getInThrottlingListUris(uriList);
304 List<Uri> throttlingUris = mRequestManagerCallback.getInThrottlingListUris(expiredUris); in getFromThrottlingList()