Searched refs:getStorageRoot (Results 1 – 4 of 4) sorted by relevance
179 MtpStorageManager.MtpObject obj = manager.getStorageRoot(mainMtpStorage.getStorageId()); in testMtpObjectGetNameRoot()197 MtpStorageManager.MtpObject obj = manager.getStorageRoot(mainMtpStorage.getStorageId()); in testMtpObjectGetIdRoot()215 MtpStorageManager.MtpObject obj = manager.getStorageRoot(mainMtpStorage.getStorageId()); in testMtpObjectIsDirTrue()277 manager.getStorageRoot(mainMtpStorage.getStorageId())); in testMtpObjectGetParent()288 manager.getStorageRoot(mainMtpStorage.getStorageId())); in testMtpObjectGetRoot()333 Assert.assertNotNull(manager.getStorageRoot(mainMtpStorage.getStorageId())); in testAddMtpStorage()347 Assert.assertNull(manager.getStorageRoot(secondaryMtpStorage.getStorageId())); in testRemoveMtpStorage()401 MtpStorageManager.MtpObject obj = manager.getStorageRoot(mainMtpStorage.getStorageId()); in testGetStorageRoot()603 int id = manager.beginSendObject(manager.getStorageRoot(mainMtpStorage.getStorageId()), in testSendObjectSuccess()622 int id = manager.beginSendObject(manager.getStorageRoot(mainMtpStorage.getStorageId()), in testSendObjectSuccessDir()[all …]
407 parent == 0 ? mManager.getStorageRoot(storageId) : mManager.getObject(parent); in beginSendObject()606 mManager.getStorageRoot(newStorage) : mManager.getObject(newParent); in beginMoveObject()618 mManager.getStorageRoot(oldStorage) : mManager.getObject(oldParent); in endMoveObject()620 mManager.getStorageRoot(newStorage) : mManager.getObject(newParent); in endMoveObject()676 mManager.getStorageRoot(newStorage) : mManager.getObject(newParent); in beginCopyObject()
436 removeObjectFromCache(getStorageRoot(storage.getStorageId()), true, true); in removeMtpStorage()497 public MtpObject getStorageRoot(int id) { in getStorageRoot() method in MtpStorageManager539 MtpObject obj = parent == 0 ? getStorageRoot(storageId) : getObject(parent); in getObjects()
42566 Landroid/mtp/MtpStorageManager;->getStorageRoot(I)Landroid/mtp/MtpStorageManager$MtpObject;