Searched refs:normalByteCount (Results 1 – 1 of 1) sorted by relevance
1879 int normalByteCount = normal.getAllocationByteCount(); in testConserveMemoryPlusHardware() local1895 assertEquals(normalByteCount, byteCount); in testConserveMemoryPlusHardware()1899 assertTrue(byteCount < normalByteCount); in testConserveMemoryPlusHardware()1950 int normalByteCount = normal.getAllocationByteCount(); local1963 assertEquals(normalByteCount, saveByteCount);1965 assertTrue(saveByteCount < normalByteCount);