Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java148 int globeAllocSize = Debug.getGlobalAllocSize(); in testAllocCounting() local
154 assertTrue(Debug.getGlobalAllocSize() >= globeAllocSize); in testAllocCounting()
162 globeAllocSize = Debug.getGlobalAllocSize(); in testAllocCounting()
167 assertEquals(globeAllocSize, Debug.getGlobalAllocSize()); in testAllocCounting()