Searched refs:mStorageMap (Results 1 – 1 of 1) sorted by relevance
90 private final HashMap<String, MtpStorage> mStorageMap = new HashMap<String, MtpStorage>(); field in MtpService224 mStorageMap.put(storage.getPath(), storage); in addStorageLocked()243 MtpStorage storage = mStorageMap.remove(volume.getPath()); in removeStorageLocked()