Searched refs:allResults (Results 1 – 2 of 2) sorted by relevance
406 List<Result> allResults = new ArrayList<Result>(); in queryContacts() local408 allResults.addAll(result); in queryContacts()410 return allResults; in queryContacts()
962 private void deliverBatchScan(ScanClient client, Set<ScanResult> allResults) throws in deliverBatchScan() argument967 app.callback.onBatchScanResults(new ArrayList<ScanResult>(allResults)); in deliverBatchScan()971 for (ScanResult scanResult : allResults) { in deliverBatchScan()