Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java149 int globeExternalAllCount = Debug.getGlobalExternalAllocCount(); in testAllocCounting() local
155 assertTrue(Debug.getGlobalExternalAllocCount() >= globeExternalAllCount); in testAllocCounting()
163 globeExternalAllCount = Debug.getGlobalExternalAllocCount(); in testAllocCounting()
168 assertEquals(globeExternalAllCount, Debug.getGlobalExternalAllocCount()); in testAllocCounting()