Searched defs:FileLockEntry (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
H A DClipStorageReader.java42 private static final Map<String, FileLockEntry> sLocks = new HashMap<>();
61 sLocks.put(mCanonicalPath, new FileLockEntry(1, lock, mScanner));
73 FileLockEntry ref;
111 private static final class FileLockEntry { class in class:ClipStorageReader
119 private FileLockEntry(int count, FileLock lock, Scanner scanner) { method in class:ClipStorageReader.FileLockEntry

Completed in 52 milliseconds