Searched refs:getByPath (Results 1 – 2 of 2) sorted by relevance
358 MtpStorageManager.MtpObject obj = manager.getByPath(newFile.getPath()); in testGetByPath()370 MtpStorageManager.MtpObject obj = manager.getByPath(newFile.getPath() + "q"); in testGetByPathError()380 MtpStorageManager.MtpObject obj = manager.getByPath(newFile.getPath()); in testGetObject()412 MtpStorageManager.MtpObject parent = manager.getByPath(newDir.getPath()); in testGetObjectsParent()428 MtpStorageManager.MtpObject parent = manager.getByPath(newDir.getPath()); in testGetObjectsFormat()
448 public synchronized MtpObject getByPath(String path) { in getByPath() method in MtpStorageManager