Searched refs:insertFile (Results 1 – 1 of 1) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 3058 …private long insertFile(DatabaseHelper helper, Uri uri, ContentValues initialValues, int mediaType, in insertFile() method in MediaProvider 3471 rowId = insertFile(helper, uri, initialValues, in insertInternal() 3509 rowId = insertFile(helper, uri, initialValues, in insertInternal() 3573 rowId = insertFile(helper, uri, values, in insertInternal() 3596 rowId = insertFile(helper, uri, initialValues, in insertInternal() 3653 rowId = insertFile(helper, uri, initialValues, in insertInternal() 3662 rowId = insertFile(helper, uri, initialValues, in insertInternal()
|