Searched refs:getLocalIds (Results 1 – 1 of 1) sorted by relevance
384 if (!result.getLocalIds().isEmpty()) { in processUrisForSelection()385 queryArgs.putStringArrayList(QUERY_LOCAL_ID_SELECTION, result.getLocalIds()); in processUrisForSelection()390 if (!result.getCloudIds().isEmpty() || !result.getLocalIds().isEmpty()) { in processUrisForSelection()477 public ArrayList<String> getLocalIds() { in getLocalIds() method in PickerUriResolver.SelectionIdsSegregationResult