Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java185 int threadAllocCount = Debug.getThreadAllocCount(); in testAllocCounting() local
191 assertTrue(Debug.getThreadAllocCount() >= threadAllocCount); in testAllocCounting()
199 threadAllocCount = Debug.getThreadAllocCount(); in testAllocCounting()
204 assertEquals(threadAllocCount, Debug.getThreadAllocCount()); in testAllocCounting()