Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java150 int globeExternalAllSize = Debug.getGlobalExternalAllocSize(); in testAllocCounting() local
156 assertTrue(Debug.getGlobalExternalAllocSize() >= globeExternalAllSize); in testAllocCounting()
164 globeExternalAllSize = Debug.getGlobalExternalAllocSize(); in testAllocCounting()
169 assertEquals(globeExternalAllSize, Debug.getGlobalExternalAllocSize()); in testAllocCounting()