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.java151 int threadAllocCount = Debug.getThreadAllocCount(); in testAllocCounting() local
157 assertTrue(Debug.getThreadAllocCount() >= threadAllocCount); in testAllocCounting()
165 threadAllocCount = Debug.getThreadAllocCount(); in testAllocCounting()
170 assertEquals(threadAllocCount, Debug.getThreadAllocCount()); in testAllocCounting()