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.java2328 DatabaseHelper helper = getDatabaseForUri(uri); in query()
2866 DatabaseHelper helper = getDatabaseForUri(uri); in bulkInsert()
3440 DatabaseHelper database = getDatabaseForUri( in insertInternal()
3460 DatabaseHelper helper = getDatabaseForUri(uri); in insertInternal()
3631 DatabaseHelper dbhelper = getDatabaseForUri(attachedVolume); in insertInternal()
3734 helper = getDatabaseForUri(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI); in processRemovedNoMediaPath()
3736 helper = getDatabaseForUri(MediaStore.Audio.Media.INTERNAL_CONTENT_URI); in processRemovedNoMediaPath()
3785 DatabaseHelper ihelper = getDatabaseForUri(MediaStore.Audio.Media.INTERNAL_CONTENT_URI); in applyBatch()
3786 DatabaseHelper ehelper = getDatabaseForUri(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI); in applyBatch()
4029 DatabaseHelper database = getDatabaseForUri( in delete()
[all …]