Searched refs:notifyRowIds (Results 1 – 1 of 1) sorted by relevance
2885 ArrayList<Long> notifyRowIds = new ArrayList<Long>(); in bulkInsert() local2891 insertInternal(uri, match, values[i], notifyRowIds); in bulkInsert()2903 notifyMtp(notifyRowIds); in bulkInsert()2915 ArrayList<Long> notifyRowIds = new ArrayList<Long>(); in insert() local2916 Uri newUri = insertInternal(uri, match, initialValues, notifyRowIds); in insert()2919 notifyMtp(notifyRowIds); in insert()3059 boolean notify, ArrayList<Long> notifyRowIds) { in insertFile() argument3282 notifyRowIds.add(rowId); in insertFile()3431 ArrayList<Long> notifyRowIds) { in insertInternal() argument3472 FileColumns.MEDIA_TYPE_IMAGE, true, notifyRowIds); in insertInternal()[all …]