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.java2309 DatabaseHelper helper = getDatabaseForUri(uri); in query()
2847 DatabaseHelper helper = getDatabaseForUri(uri); in bulkInsert()
3403 DatabaseHelper database = getDatabaseForUri( in insertInternal()
3423 DatabaseHelper helper = getDatabaseForUri(uri); in insertInternal()
3594 DatabaseHelper dbhelper = getDatabaseForUri(attachedVolume); in insertInternal()
3697 helper = getDatabaseForUri(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI); in processRemovedNoMediaPath()
3699 helper = getDatabaseForUri(MediaStore.Audio.Media.INTERNAL_CONTENT_URI); in processRemovedNoMediaPath()
3748 DatabaseHelper ihelper = getDatabaseForUri(MediaStore.Audio.Media.INTERNAL_CONTENT_URI); in applyBatch()
3749 DatabaseHelper ehelper = getDatabaseForUri(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI); in applyBatch()
3990 DatabaseHelper database = getDatabaseForUri( in delete()
[all …]