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.java244 int globeExternalAllSize = Debug.getGlobalExternalAllocSize(); in testAllocCounting() local
250 assertTrue(Debug.getGlobalExternalAllocSize() >= globeExternalAllSize); in testAllocCounting()
258 globeExternalAllSize = Debug.getGlobalExternalAllocSize(); in testAllocCounting()
263 assertEquals(globeExternalAllSize, Debug.getGlobalExternalAllocSize()); in testAllocCounting()