Home
last modified time | relevance | path

Searched refs:clearMapping (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java350 mDatabase.getMapper().clearMapping(); in testRestoreIdForRootDocuments()
399 mDatabase.getMapper().clearMapping(); in testRestoreIdForChildDocuments()
488 mDatabase.getMapper().clearMapping(); in testRestoreIdForDifferentDevices()
562 mDatabase.getMapper().clearMapping(); in testRestoreIdForDifferentParents()
622 mDatabase.getMapper().clearMapping(); in testClearMtpIdentifierBeforeResolveRootDocuments()
636 mDatabase.getMapper().clearMapping(); in testClearMtpIdentifierBeforeResolveRootDocuments()
677 mDatabase.getMapper().clearMapping(); in testPutSameNameRootsAfterClearing()
763 mDatabase.getMapper().clearMapping(); in testFailToReplaceExisitingUnmappedRoots()
925 mDatabase.getMapper().clearMapping(); in testPutNewDocument()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMapper.java162 void clearMapping() { in clearMapping() method in Mapper
DMtpDocumentsProvider.java518 mDatabase.getMapper().clearMapping(); in resume()