Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java241 int globeAllocCount = Debug.getGlobalAllocCount(); in testAllocCounting() local
247 assertTrue(Debug.getGlobalAllocCount() >= globeAllocCount); in testAllocCounting()
255 globeAllocCount = Debug.getGlobalAllocCount(); in testAllocCounting()
260 assertEquals(globeAllocCount, Debug.getGlobalAllocCount()); in testAllocCounting()