Searched refs:writeRowSnapshot (Results 1 – 2 of 2) sorted by relevance
271 mDatabase.writeRowSnapshot(String.valueOf(rowId), oldRowSnapshot); in putDocuments()288 mDatabase.writeRowSnapshot(String.valueOf(rowId), newRowSnapshot); in putDocuments()
573 void writeRowSnapshot(String documentId, ContentValues values) throws FileNotFoundException { in writeRowSnapshot() method in MtpDatabase