Home
last modified time | relevance | path

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

/aosp12/packages/services/Mtp/tests/src/com/android/mtp/
H A 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()
/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DMapper.java162 void clearMapping() { in clearMapping() method in Mapper
H A DMtpDocumentsProvider.java682 mDatabase.getMapper().clearMapping(); in resume()