Home
last modified time | relevance | path

Searched refs:addTestDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java83 addTestDevice(); in testPutSingleStorageDocuments()
145 addTestDevice(); in testPutStorageDocuments()
195 addTestDevice(); in testPutChildDocuments()
269 addTestDevice(); in testPutChildDocuments_operationsSupported()
328 addTestDevice(); in testRestoreIdForRootDocuments()
351 addTestDevice(); in testRestoreIdForRootDocuments()
390 addTestDevice(); in testRestoreIdForChildDocuments()
401 addTestDevice(); in testRestoreIdForChildDocuments()
542 addTestDevice(); in testRestoreIdForDifferentParents()
565 addTestDevice(); in testRestoreIdForDifferentParents()
[all …]
DTestUtil.java69 static void addTestDevice(MtpDatabase database) throws FileNotFoundException { in addTestDevice() method in TestUtil