Home
last modified time | relevance | path

Searched refs:maxSizeBytes (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
DThumbnailCache.java300 private Cache(int maxSizeBytes) { in Cache() argument
301 super(maxSizeBytes); in Cache()