Home
last modified time | relevance | path

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

/aosp12/packages/services/Mtp/tests/src/com/android/mtp/
H A DMtpDatabaseTest.java89 mDatabase.getMapper().stopAddingDocuments("1"); in testPutSingleStorageDocuments()
278 mDatabase.getMapper().stopAddingDocuments("2"); in testPutChildDocuments_operationsSupported()
295 mDatabase.getMapper().stopAddingDocuments("2"); in testPutChildDocuments_operationsSupported()
311 mDatabase.getMapper().stopAddingDocuments("2"); in testPutChildDocuments_operationsSupported()
366 mDatabase.getMapper().stopAddingDocuments("1"); in testRestoreIdForRootDocuments()
417 mDatabase.getMapper().stopAddingDocuments("2"); in testRestoreIdForChildDocuments()
506 mDatabase.getMapper().stopAddingDocuments("1"); in testRestoreIdForDifferentDevices()
507 mDatabase.getMapper().stopAddingDocuments("2"); in testRestoreIdForDifferentDevices()
550 mDatabase.getMapper().stopAddingDocuments("2"); in testRestoreIdForDifferentParents()
573 mDatabase.getMapper().stopAddingDocuments("2"); in testRestoreIdForDifferentParents()
[all …]
H A DTestUtil.java74 database.getMapper().stopAddingDocuments(null); in addTestDevice()
82 database.getMapper().stopAddingDocuments(parentId); in addTestStorage()
H A DDocumentLoaderTest.java50 mDatabase.getMapper().stopAddingDocuments(null); in setUp()
56 mDatabase.getMapper().stopAddingDocuments("1"); in setUp()
/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DRootScanner.java144 if (mDatabase.getMapper().stopAddingDocuments( in run()
167 if (mDatabase.getMapper().stopAddingDocuments(documentId)) { in run()
H A DMapper.java170 stopAddingDocuments(null); in clearMapping()
318 boolean stopAddingDocuments(@Nullable String parentId) throws FileNotFoundException { in stopAddingDocuments() method in Mapper
H A DDocumentLoader.java393 mDatabase.getMapper().stopAddingDocuments(mIdentifier.mDocumentId); in loadObjectInfoList()