Searched refs:putDeviceDocument (Results 1 – 5 of 5) sorted by relevance
448 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 …]
71 database.getMapper().putDeviceDocument(new MtpDeviceRecord( in addTestDevice()
48 mDatabase.getMapper().putDeviceDocument( in setUp()
140 if (mDatabase.getMapper().putDeviceDocument(device)) { in run()
61 synchronized boolean putDeviceDocument(MtpDeviceRecord device) throws FileNotFoundException { in putDeviceDocument() method in Mapper