Home
last modified time | relevance | path

Searched defs:totalSizeInBytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DMemoryStatUtilTest.java403 private static IonAllocations createIonAllocations(int pid, long totalSizeInBytes, int count, in createIonAllocations()
/frameworks/base/services/core/java/com/android/server/am/
DMemoryStatUtil.java362 public long totalSizeInBytes; field in MemoryStatUtil.IonAllocations