Searched refs:insertFile (Results 1 – 1 of 1) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 2487 private long insertFile(DatabaseHelper helper, int match, Uri uri, ContentValues values, in insertFile() method in MediaProvider 3013 rowId = insertFile(helper, match, uri, initialValues, in insertInternal() 3077 rowId = insertFile(helper, match, uri, initialValues, in insertInternal() 3159 rowId = insertFile(helper, match, uri, values, in insertInternal() 3192 rowId = insertFile(helper, match, uri, initialValues, in insertInternal() 3224 rowId = insertFile(helper, match, uri, initialValues, in insertInternal() 3237 rowId = insertFile(helper, match, uri, initialValues, in insertInternal() 3255 rowId = insertFile(helper, match, uri, initialValues, in insertInternal()
|