Searched refs:mDirectoryCache (Results 1 – 2 of 2) sorted by relevance
329 private final ArrayMap<String, Long> mDirectoryCache = new ArrayMap<>(); field in MediaProvider394 synchronized (mDirectoryCache) {395 mDirectoryCache.clear();2326 synchronized (mDirectoryCache) { in getParent()2327 Long id = mDirectoryCache.get(parentPath); in getParent()2343 synchronized (mDirectoryCache) { in getParent()2344 mDirectoryCache.put(parentPath, id); in getParent()2720 synchronized (mDirectoryCache) { in insertFile()2721 mDirectoryCache.put(path, rowId); in insertFile()4789 synchronized (mDirectoryCache) { in updateInternal()[all …]
1419 private ArrayMap<String, DirectoryInfo> mDirectoryCache = new ArrayMap<>(); field in ContactsProvider25706 synchronized (mDirectoryCache) { in getDirectoryAuthority()5708 mDirectoryCache.clear(); in getDirectoryAuthority()5719 mDirectoryCache.put(id, info); in getDirectoryAuthority()5727 return mDirectoryCache.get(directoryId); in getDirectoryAuthority()5732 synchronized(mDirectoryCache) { in resetDirectoryCache()