Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DIonMemoryUtil.java112 allocations.maxSizeInBytes = Math.max(allocations.maxSizeInBytes, sizeInBytes); in parseProcessIonHeapSizesFromDebugfs()
144 public long maxSizeInBytes; field in IonMemoryUtil.IonAllocations
152 && count == that.count && maxSizeInBytes == that.maxSizeInBytes; in equals()
157 return Objects.hash(pid, totalSizeInBytes, count, maxSizeInBytes); in hashCode()
166 + ", maxSizeInBytes=" + maxSizeInBytes in toString()
H A DStatsPullAtomService.java2438 (int) (allocations.maxSizeInBytes / 1024)));
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/stats/pull/
H A DIonMemoryUtilTest.java150 long maxSizeInBytes) { in createIonAllocations() argument
155 allocations.maxSizeInBytes = maxSizeInBytes; in createIonAllocations()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java279 public PageContentLruCache(int maxSizeInBytes) { in PageContentLruCache() argument
280 mMaxSizeInBytes = maxSizeInBytes; in PageContentLruCache()