Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DPropertyInvalidatedCacheTests.java302 int[] refreshCount = new int[1]; in testRefreshSameObject() local
306 refreshCount[0] += 1; in testRefreshSameObject()
316 assertEquals(1, refreshCount[0]); in testRefreshSameObject()
318 assertEquals(2, refreshCount[0]); in testRefreshSameObject()
323 int[] refreshCount = new int[1]; in testRefreshInvalidateRace() local
327 refreshCount[0] += 1; in testRefreshInvalidateRace()