Home
last modified time | relevance | path

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

/packages/services/Mtp/tests/src/com/android/mtp/
DMtpDatabaseTest.java448 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testRestoreIdForDifferentDevices()
450 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testRestoreIdForDifferentDevices()
492 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testRestoreIdForDifferentDevices()
494 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testRestoreIdForDifferentDevices()
954 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testGetClosedDevice()
975 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testMappingWithoutKey()
981 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testMappingWithoutKey()
996 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testMappingFailsWithoutKey()
1006 mDatabase.getMapper().putDeviceDocument(new MtpDeviceRecord( in testMappingFailsWithoutKey()
1021 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()
/packages/services/Mtp/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