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

/frameworks/base/core/java/android/app/
H A DProcessMemoryState.java34 public long swapInBytes; field in class:ProcessMemoryState
38 long swapInBytes) {
46 this.swapInBytes = swapInBytes;
57 swapInBytes = in.readLong();
86 parcel.writeLong(swapInBytes);
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.java132 memoryStat.swapInBytes = m.find() ? Long.valueOf(m.group(1)) : 0;
180 long swapInBytes; field in class:MemoryStatUtil.MemoryStat

Completed in 25 milliseconds