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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java251 private final int mMaxSizeInBytes; field in class:PageContentRepository.PageContentLruCache
256 mMaxSizeInBytes = maxSizeInBytes;
279 if (mSizeInBytes + contentSizeInBytes > mMaxSizeInBytes) {
323 return mMaxSizeInBytes;

Completed in 33 milliseconds