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.java351 mDatabase.getMapper().clearMapping(); in testRestoreIdForRootDocuments()
400 mDatabase.getMapper().clearMapping(); in testRestoreIdForChildDocuments()
489 mDatabase.getMapper().clearMapping(); in testRestoreIdForDifferentDevices()
563 mDatabase.getMapper().clearMapping(); in testRestoreIdForDifferentParents()
623 mDatabase.getMapper().clearMapping(); in testClearMtpIdentifierBeforeResolveRootDocuments()
637 mDatabase.getMapper().clearMapping(); in testClearMtpIdentifierBeforeResolveRootDocuments()
678 mDatabase.getMapper().clearMapping(); in testPutSameNameRootsAfterClearing()
764 mDatabase.getMapper().clearMapping(); in testFailToReplaceExisitingUnmappedRoots()
926 mDatabase.getMapper().clearMapping(); in testPutNewDocument()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMapper.java162 void clearMapping() { in clearMapping() method in Mapper
DMtpDocumentsProvider.java678 mDatabase.getMapper().clearMapping(); in resume()