Home
last modified time | relevance | path

Searched refs:meminfoEnd (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java678 MemoryInfo meminfoEnd = new MemoryInfo(); in testNotLeaking() local
689 assertNotLeaking(i, meminfoStart, meminfoEnd); in testNotLeaking()
701 assertNotLeaking(1000, meminfoStart, meminfoEnd); in testNotLeaking()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java2023 Debug.MemoryInfo meminfoEnd = new Debug.MemoryInfo(); in runNotLeakingTest() local
2035 assertNotLeaking(i, meminfoStart, meminfoEnd); in runNotLeakingTest()
2044 assertNotLeaking(2000, meminfoStart, meminfoEnd); in runNotLeakingTest()