Searched refs:cache3 (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | PropertyInvalidatedCacheTests.java | 155 PropertyInvalidatedCache<Integer, Boolean> cache3 = in testDisableCache() local 162 assertEquals(false, cache3.getDisabledState()); in testDisableCache() 168 assertEquals(false, cache3.getDisabledState()); in testDisableCache() 175 assertEquals(false, cache3.getDisabledState()); in testDisableCache() 186 assertEquals(false, cache3.getDisabledState()); in testDisableCache()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | IpcDataCacheTest.java | 204 IpcDataCache<Integer, Boolean> cache3 = in testDisableCache() local 211 assertEquals(false, cache3.getDisabledState()); in testDisableCache() 217 assertEquals(false, cache3.getDisabledState()); in testDisableCache() 224 assertEquals(false, cache3.getDisabledState()); in testDisableCache() 235 assertEquals(false, cache3.getDisabledState()); in testDisableCache()
|