Home
last modified time | relevance | path

Searched refs:getCloudIds (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DPickerUriResolver.java387 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