Searched refs:insertFile (Results 1 – 1 of 1) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 3022 …private long insertFile(DatabaseHelper helper, Uri uri, ContentValues initialValues, int mediaType, in insertFile() method in MediaProvider 3434 rowId = insertFile(helper, uri, initialValues, in insertInternal() 3472 rowId = insertFile(helper, uri, initialValues, in insertInternal() 3536 rowId = insertFile(helper, uri, values, in insertInternal() 3559 rowId = insertFile(helper, uri, initialValues, in insertInternal() 3616 rowId = insertFile(helper, uri, initialValues, in insertInternal() 3625 rowId = insertFile(helper, uri, initialValues, in insertInternal()
|