HomeSort by relevance Sort by last modified time
    Searched refs:cacheInBytes (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/app/
ProcessMemoryState.java 33 public long cacheInBytes;
37 long pgmajfault, long rssInBytes, long cacheInBytes,
45 this.cacheInBytes = cacheInBytes;
56 cacheInBytes = in.readLong();
85 parcel.writeLong(cacheInBytes);
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
MemoryStatUtilTest.java 131 assertEquals(stat.cacheInBytes, 4);
150 assertEquals(0, stat.cacheInBytes);
  /frameworks/base/services/core/java/com/android/server/am/
MemoryStatUtil.java 130 memoryStat.cacheInBytes = m.find() ? Long.valueOf(m.group(1)) : 0;
178 long cacheInBytes;
ActivityMetricsLogger.java 660 memoryStat.cacheInBytes,
ActivityManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/stats/
StatsCompanionService.java     [all...]

Completed in 67 milliseconds