Searched refs:mUserIdToStorageFile (Results 1 – 2 of 2) sorted by relevance
93 private final ConcurrentMap<Integer, AtomicFile> mUserIdToStorageFile = field in SystemDataTransferRequestStore310 return mUserIdToStorageFile.computeIfAbsent(userId, in getStorageFileForUser()
194 private final @NonNull ConcurrentMap<Integer, AtomicFile> mUserIdToStorageFile = field in PersistentDataStore389 return mUserIdToStorageFile.computeIfAbsent(userId, in getStorageFileForUser()