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.java147 int globeAllocCount = Debug.getGlobalAllocCount(); in testAllocCounting() local
153 assertTrue(Debug.getGlobalAllocCount() >= globeAllocCount); in testAllocCounting()
161 globeAllocCount = Debug.getGlobalAllocCount(); in testAllocCounting()
166 assertEquals(globeAllocCount, Debug.getGlobalAllocCount()); in testAllocCounting()