Searched refs:selectionArgs (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 70 selectionArgs, in getMaxGeneration() 100 Uri uri, String selection, String[] selectionArgs, long fromGen) { in getListOfIdsFromMediaStore() argument 114 selectionArgs, in getListOfIdsFromMediaStore() 145 Uri uri, String mimeType, String selection, String[] selectionArgs, long fromGen) { in getMediaFileDescriptors() argument 160 if (selectionArgs != null) { in getMediaFileDescriptors() 161 argList.addAll(Arrays.asList(selectionArgs)); in getMediaFileDescriptors()
|