Searched refs:selection (Results 1 – 1 of 1) sorted by relevance
/platform_testing/libraries/media-helper/src/android/test/mediahelper/ |
D | MediaStoreHelper.java | 63 public long getMaxGeneration(Uri uri, String selection, String[] selectionArgs) { in getMaxGeneration() argument 69 selection, in getMaxGeneration() 100 Uri uri, String selection, String[] selectionArgs, long fromGen) { in getListOfIdsFromMediaStore() argument 104 if (selection != null && !selection.isEmpty()) { in getListOfIdsFromMediaStore() 105 selectionStr = selectionStr + " AND " + selection; in getListOfIdsFromMediaStore() 145 Uri uri, String mimeType, String selection, String[] selectionArgs, long fromGen) { in getMediaFileDescriptors() argument 156 if (selection != null && !selection.isEmpty()) { in getMediaFileDescriptors() 158 selectionBuilder.append(selection); in getMediaFileDescriptors()
|