Searched refs:mDirectoryCache (Results 1 – 2 of 2) sorted by relevance
155 HashMap<String, Long> mDirectoryCache = new HashMap<String, Long>(); field in MediaProvider335 mDirectoryCache.clear();3013 Long cid = mDirectoryCache.get(parentPath); in getParent()3037 mDirectoryCache.put(parentPath, id); in getParent()3290 mDirectoryCache.put(path, rowId); in insertFile()4248 mDirectoryCache.remove(newPath); in update()4263 mDirectoryCache.remove(oldPath); in update()
1475 private HashMap<String, DirectoryInfo> mDirectoryCache = new HashMap<String, DirectoryInfo>(); field in ContactsProvider25699 synchronized (mDirectoryCache) { in getDirectoryAuthority()5701 mDirectoryCache.clear(); in getDirectoryAuthority()5712 mDirectoryCache.put(id, info); in getDirectoryAuthority()5720 return mDirectoryCache.get(directoryId); in getDirectoryAuthority()5725 synchronized(mDirectoryCache) { in resetDirectoryCache()