HomeSort by relevance Sort by last modified time
    Searched full:othersharedpages (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tools/preload/
MemoryUsage.java 41 final int otherSharedPages;
57 otherSharedPages = Integer.parseInt(parsed[3]);
71 otherSharedPages = -1;
85 int otherSharedPages,
96 this.otherSharedPages = otherSharedPages;
111 otherSharedPages - baseline.otherSharedPages,
138 return otherSharedPages + otherPrivatePages;
143 nativePrivatePages + otherSharedPages + otherPrivatePages
    [all...]

Completed in 30 milliseconds