Searched refs:mStorageMap (Results 1 – 1 of 1) sorted by relevance
67 private final HashMap<String, MtpStorage> mStorageMap = new HashMap<String, MtpStorage>(); field in MtpDatabase230 mStorageMap.put(storage.getPath(), storage); in addStorage()234 mStorageMap.remove(storage.getPath()); in removeStorage()309 for (String root: mStorageMap.keySet()) { in inStorageRoot()