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