Home
last modified time | relevance | path

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

/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java85 mDatabase.getMapper().startAddingDocuments("1"); in testPutSingleStorageDocuments()
147 mDatabase.getMapper().startAddingDocuments("1"); in testPutStorageDocuments()
198 mDatabase.getMapper().startAddingDocuments("2"); in testPutChildDocuments()
273 mDatabase.getMapper().startAddingDocuments("2"); in testPutChildDocuments_operationsSupported()
287 mDatabase.getMapper().startAddingDocuments("2"); in testPutChildDocuments_operationsSupported()
304 mDatabase.getMapper().startAddingDocuments("2"); in testPutChildDocuments_operationsSupported()
329 mDatabase.getMapper().startAddingDocuments("1"); in testRestoreIdForRootDocuments()
360 mDatabase.getMapper().startAddingDocuments("1"); in testRestoreIdForRootDocuments()
393 mDatabase.getMapper().startAddingDocuments("2"); in testRestoreIdForChildDocuments()
411 mDatabase.getMapper().startAddingDocuments("2"); in testRestoreIdForChildDocuments()
[all …]
DTestUtil.java70 database.getMapper().startAddingDocuments(null); in addTestDevice()
78 database.getMapper().startAddingDocuments(parentId); in addTestStorage()
DDocumentLoaderTest.java47 mDatabase.getMapper().startAddingDocuments(null); in setUp()
52 mDatabase.getMapper().startAddingDocuments("1"); in setUp()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DRootScanner.java138 mDatabase.getMapper().startAddingDocuments(null /* parentDocumentId */); in run()
162 mDatabase.getMapper().startAddingDocuments(documentId); in run()
DMapper.java169 startAddingDocuments(null); in clearMapping()
189 void startAddingDocuments(@Nullable String parentDocumentId) throws FileNotFoundException { in startAddingDocuments() method in Mapper
DDocumentLoader.java320 mDatabase.getMapper().startAddingDocuments(mIdentifier.mDocumentId); in loadObjectInfoList()