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.java252 private final int mMaxSizeInBytes; field in PageContentRepository.PageContentLruCache
257 mMaxSizeInBytes = maxSizeInBytes; in PageContentLruCache()
280 if (mSizeInBytes + contentSizeInBytes > mMaxSizeInBytes) { in putRenderedPage()
324 return mMaxSizeInBytes; in getMaxSizeInBytes()