Searched defs:PAGE_SIZE (Results 1 – 5 of 5) sorted by relevance
48 static final int PAGE_SIZE = 4*1024; field in FakeApp
72 public static final int PAGE_SIZE = 4; field in MifareUltralight
42 static final int PAGE_SIZE = (int) Os.sysconf(OsConstants._SC_PAGESIZE); field in MemoryStatUtil
278 static final int PAGE_SIZE = 4 * 1024; field in ProcessList
97 private static final int PAGE_SIZE = (int) Os.sysconf(OsConstants._SC_PAGESIZE); field in PinnerService