Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/
DPickerDbFacade.java955 Cursor[] resultCursorsAsArray = resultCursor.toArray(new Cursor[0]); in queryMediaForUiWithIdSelection() local
956 if (resultCursorsAsArray.length == 0) { in queryMediaForUiWithIdSelection()
960 return new MergeCursor(resultCursorsAsArray); in queryMediaForUiWithIdSelection()