Home
last modified time | relevance | path

Searched refs:putDeviceDocument (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java447 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testRestoreIdForDifferentDevices()
449 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testRestoreIdForDifferentDevices()
491 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testRestoreIdForDifferentDevices()
493 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testRestoreIdForDifferentDevices()
953 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testGetClosedDevice()
974 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testMappingWithoutKey()
980 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testMappingWithoutKey()
995 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testMappingFailsWithoutKey()
1005 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testMappingFailsWithoutKey()
1020 assertTrue(mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testUpdateDocumentWithoutChange()
[all …]
DTestUtil.java71 database.getMapper().putDeviceDocument(new MtpDeviceRecord( in addTestDevice()
DDocumentLoaderTest.java48 mDatabase.getMapper().putDeviceDocument( in setUp()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DRootScanner.java140 if (mDatabase.getMapper().putDeviceDocument(device)) { in run()
DMapper.java61 synchronized boolean putDeviceDocument(MtpDeviceRecord device) throws FileNotFoundException { in putDeviceDocument() method in Mapper