H A D | MtpStorageManager.java | 61 MtpObject mObject; 140 public static class MtpObject { class in MtpStorageManager 143 private MtpObject mParent; 158 MtpObject(String name, int id, MtpStorage storage, MtpObject parent, boolean isDir) { in MtpObject() method in MtpStorageManager.MtpObject 332 MtpObject copy = new MtpObject(mName, mId, mStorage, mParent, mIsDir); in copy() 494 MtpObject obj = null; in getByPath() 611 private synchronized Collection<MtpObject> getChildren(MtpObject object) { in getChildren() 650 private synchronized MtpObject addObjectToCache(MtpObject parent, String newName, in addObjectToCache() 1052 public synchronized boolean beginMoveObject(MtpObject obj, MtpObject newParent) { in beginMoveObject() 1126 public synchronized int beginCopyObject(MtpObject object, MtpObject newParent) { in beginCopyObject() [all …]
|