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.java182 int globeExternalAllCount = Debug.getGlobalExternalAllocCount(); in testAllocCounting() local
188 assertTrue(Debug.getGlobalExternalAllocCount() >= globeExternalAllCount); in testAllocCounting()
196 globeExternalAllCount = Debug.getGlobalExternalAllocCount(); in testAllocCounting()
201 assertEquals(globeExternalAllCount, Debug.getGlobalExternalAllocCount()); in testAllocCounting()