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

/frameworks/base/core/java/android/app/
H A DProcessMemoryState.java33 public long cacheInBytes; field in class:ProcessMemoryState
37 long pgmajfault, long rssInBytes, long cacheInBytes,
45 this.cacheInBytes = cacheInBytes;
56 cacheInBytes = in.readLong();
85 parcel.writeLong(cacheInBytes);
36 ProcessMemoryState(int uid, String processName, int oomScore, long pgfault, long pgmajfault, long rssInBytes, long cacheInBytes, long swapInBytes) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DMemoryStatUtil.java130 memoryStat.cacheInBytes = m.find() ? Long.valueOf(m.group(1)) : 0;
178 long cacheInBytes; field in class:MemoryStatUtil.MemoryStat

Completed in 7 milliseconds