Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DLeakTest.java83 Debug.MemoryInfo meminfoEnd = new Debug.MemoryInfo(); in runNotLeakingTest() local
107 if (isMaybeLeaking(maxMemoryDeviation, meminfoStart, meminfoEnd)) { in runNotLeakingTest()
113 meminfoEnd.getTotalPss())); in runNotLeakingTest()
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java791 Debug.MemoryInfo meminfoEnd = new Debug.MemoryInfo(); in runNotLeakingTest() local
803 assertNotLeaking(i, meminfoStart, meminfoEnd); in runNotLeakingTest()
812 assertNotLeaking(2000, meminfoStart, meminfoEnd); in runNotLeakingTest()