Searched refs:mDirectoryCache (Results 1 – 2 of 2) sorted by relevance
600 private final ArrayMap<String, Long> mDirectoryCache = new ArrayMap<>(); field in MediaProvider1384 synchronized (mDirectoryCache) { in deleteStaleVolumes()1385 mDirectoryCache.clear(); in deleteStaleVolumes()4194 synchronized (mDirectoryCache) { in getParent()4195 Long id = mDirectoryCache.get(parentPath); in getParent()4211 synchronized (mDirectoryCache) { in getParent()4212 mDirectoryCache.put(parentPath, id); in getParent()4496 synchronized (mDirectoryCache) { in insertFile()4497 mDirectoryCache.put(path, rowId); in insertFile()6035 synchronized (mDirectoryCache) { in deleteRecursive()[all …]
1421 private ArrayMap<String, DirectoryInfo> mDirectoryCache = new ArrayMap<>(); field in ContactsProvider25878 synchronized (mDirectoryCache) { in getDirectoryAuthority()5880 mDirectoryCache.clear(); in getDirectoryAuthority()5891 mDirectoryCache.put(id, info); in getDirectoryAuthority()5899 return mDirectoryCache.get(directoryId); in getDirectoryAuthority()5904 synchronized(mDirectoryCache) { in resetDirectoryCache()