Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java1733 helper = getDatabaseForUri(uri); in queryInternal()
2204 helper = getDatabaseForUri(uri); in bulkInsert()
2924 helper = getDatabaseForUri(MediaStore.Files.getContentUri(mMediaScannerVolume)); in insertInternal()
2939 helper = getDatabaseForUri( in insertInternal()
3003 helper = getDatabaseForUri(uri); in insertInternal()
3294 final DatabaseHelper helper = getDatabaseForUri(op.getUri()); in applyBatch()
3915 helper = getDatabaseForUri(MediaStore.Files.getContentUri(mMediaScannerVolume)); in deleteInternal()
3946 helper = getDatabaseForUri(uri); in deleteInternal()
4207 db = getDatabaseForUri(MediaStore.Files.getContentUri(volumeName)) in call()
4473 helper = getDatabaseForUri(uri); in invalidateThumbnailsInternal()
[all …]