Home
last modified time | relevance | path

Searched refs:notifyRowIds (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java2866 ArrayList<Long> notifyRowIds = new ArrayList<Long>(); in bulkInsert() local
2872 insertInternal(uri, match, values[i], notifyRowIds); in bulkInsert()
2882 notifyMtp(notifyRowIds); in bulkInsert()
2892 ArrayList<Long> notifyRowIds = new ArrayList<Long>(); in insert() local
2893 Uri newUri = insertInternal(uri, match, initialValues, notifyRowIds); in insert()
2894 notifyMtp(notifyRowIds); in insert()
3023 boolean notify, ArrayList<Long> notifyRowIds) { in insertFile() argument
3245 notifyRowIds.add(rowId); in insertFile()
3394 ArrayList<Long> notifyRowIds) { in insertInternal() argument
3435 FileColumns.MEDIA_TYPE_IMAGE, true, notifyRowIds); in insertInternal()
[all …]