Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPageContentRepository.java275 private final int mMaxSizeInBytes; field in PageContentRepository.PageContentLruCache
280 mMaxSizeInBytes = maxSizeInBytes; in PageContentLruCache()
303 if (mSizeInBytes + contentSizeInBytes > mMaxSizeInBytes) { in putRenderedPage()
347 return mMaxSizeInBytes; in getMaxSizeInBytes()