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.java245 int threadAllocCount = Debug.getThreadAllocCount(); in testAllocCounting() local
251 assertTrue(Debug.getThreadAllocCount() >= threadAllocCount); in testAllocCounting()
259 threadAllocCount = Debug.getThreadAllocCount(); in testAllocCounting()
264 assertEquals(threadAllocCount, Debug.getThreadAllocCount()); in testAllocCounting()