Searched refs:insertFile (Results 1 – 1 of 1) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 2486 private long insertFile(DatabaseHelper helper, int match, Uri uri, ContentValues values, in insertFile() method in MediaProvider 3012 rowId = insertFile(helper, match, uri, initialValues, in insertInternal() 3076 rowId = insertFile(helper, match, uri, initialValues, in insertInternal() 3158 rowId = insertFile(helper, match, uri, values, in insertInternal() 3191 rowId = insertFile(helper, match, uri, initialValues, in insertInternal() 3223 rowId = insertFile(helper, match, uri, initialValues, in insertInternal() 3236 rowId = insertFile(helper, match, uri, initialValues, in insertInternal() 3254 rowId = insertFile(helper, match, uri, initialValues, in insertInternal()
|