Searched refs:internalSize (Results 1 – 4 of 4) sorted by relevance
1375 entry.internalSize = getTotalInternalSize(stats);1376 entry.internalSizeStr = getSizeStr(entry.internalSize);1521 public long internalSize; field in ApplicationsState.AppEntry1659 if (object1.internalSize < object2.internalSize) return 1;1660 if (object1.internalSize > object2.internalSize) return -1;
144 assertEquals(4, stats.internalSize()); in testAddEntryGrow()156 assertEquals(4, stats.internalSize()); in testAddEntryGrow()170 assertTrue(stats.internalSize() >= 9); in testAddEntryGrow()
668 public int internalSize() { in internalSize() method in NetworkStats
44694 Landroid/net/NetworkStats;->internalSize()I