Home
last modified time | relevance | path

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

/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java89 mDatabase.getMapper().stopAddingDocuments("1"); in testPutSingleStorageDocuments()
277 mDatabase.getMapper().stopAddingDocuments("2"); in testPutChildDocuments_operationsSupported()
294 mDatabase.getMapper().stopAddingDocuments("2"); in testPutChildDocuments_operationsSupported()
310 mDatabase.getMapper().stopAddingDocuments("2"); in testPutChildDocuments_operationsSupported()
365 mDatabase.getMapper().stopAddingDocuments("1"); in testRestoreIdForRootDocuments()
416 mDatabase.getMapper().stopAddingDocuments("2"); in testRestoreIdForChildDocuments()
451 mDatabase.getMapper().stopAddingDocuments(null); in testRestoreIdForDifferentDevices()
495 mDatabase.getMapper().stopAddingDocuments(null); in testRestoreIdForDifferentDevices()
505 mDatabase.getMapper().stopAddingDocuments("1"); in testRestoreIdForDifferentDevices()
506 mDatabase.getMapper().stopAddingDocuments("2"); in testRestoreIdForDifferentDevices()
[all …]
DTestUtil.java74 database.getMapper().stopAddingDocuments(null); in addTestDevice()
82 database.getMapper().stopAddingDocuments(parentId); in addTestStorage()
DDocumentLoaderTest.java50 mDatabase.getMapper().stopAddingDocuments(null); in setUp()
56 mDatabase.getMapper().stopAddingDocuments("1"); in setUp()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DRootScanner.java144 if (mDatabase.getMapper().stopAddingDocuments( in run()
167 if (mDatabase.getMapper().stopAddingDocuments(documentId)) { in run()
DMapper.java170 stopAddingDocuments(null); in clearMapping()
318 boolean stopAddingDocuments(@Nullable String parentId) throws FileNotFoundException { in stopAddingDocuments() method in Mapper
DDocumentLoader.java393 mDatabase.getMapper().stopAddingDocuments(mIdentifier.mDocumentId); in loadObjectInfoList()