Searched refs:selectionIds (Results 1 – 2 of 2) sorted by relevance
298 List<Integer> selectionIds = new ArrayList<>(); in parseList() local310 selectionIds.add(id); in parseList()318 selectionIds.add(i); in parseList()321 return selectionIds; in parseList()342 List<Integer> selectionIds = parseList(selection); in manageDataQuery() local343 Collections.sort(selectionIds); in manageDataQuery()344 Log.d(TAG, Arrays.toString(selectionIds.toArray())); in manageDataQuery()346 for (long i : selectionIds) { in manageDataQuery()
964 String cloudAuthority, List<String> selectionIds) { in batchedQueryForIdSelection() argument965 if (selectionIds == null || selectionIds.isEmpty()) { in batchedQueryForIdSelection()969 selectionIds, in batchedQueryForIdSelection()1451 List<String> selectionIds; in buildSelectionArgs() local1454 selectionIds = query.mLocalPreSelectedIds; in buildSelectionArgs()1457 selectionIds = query.mCloudPreSelectedIds; in buildSelectionArgs()1460 if (!selectionIds.isEmpty()) { in buildSelectionArgs()1462 for (int itr = 0; itr < selectionIds.size(); itr++) { in buildSelectionArgs()1472 selectArgs.addAll(selectionIds); in buildSelectionArgs()