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()
1018 private void deliverBatchScan(ScanClient client, Set<ScanResult> allResults) throws in deliverBatchScan() argument1023 app.callback.onBatchScanResults(new ArrayList<ScanResult>(allResults)); in deliverBatchScan()1027 for (ScanResult scanResult : allResults) { in deliverBatchScan()