Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DIpcDataCacheTest.java111 IpcDataCache<Integer, Boolean> testCache = in testBasicCache() local
116 testCache.testPropertyName(); in testBasicCache()
119 assertEquals(tester.value(3), testCache.query(3)); in testBasicCache()
121 assertEquals(tester.value(3), testCache.query(3)); in testBasicCache()
123 testCache.invalidateCache(); in testBasicCache()
124 assertEquals(tester.value(3), testCache.query(3)); in testBasicCache()
134 testCache.invalidateCache(); in testBasicCache()
160 IpcDataCache<Integer, Boolean> testCache = in testRemoteCall() local
164 testCache.testPropertyName(); in testRemoteCall()
171 testCache.invalidateCache(); in testRemoteCall()
[all …]
H A DUserHandleTest.java77 public void testCache() throws Exception { in testCache() method in UserHandleTest
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DPropertyInvalidatedCacheTests.java108 testCache.testPropertyName(); in testBasicCache()
111 assertEquals(tester.value(3), testCache.query(3)); in testBasicCache()
113 assertEquals(tester.value(3), testCache.query(3)); in testBasicCache()
115 testCache.invalidateCache(); in testBasicCache()
116 assertEquals(tester.value(3), testCache.query(3)); in testBasicCache()
118 assertEquals(tester.value(5), testCache.query(5)); in testBasicCache()
120 assertEquals(tester.value(5), testCache.query(5)); in testBasicCache()
122 assertEquals(tester.value(3), testCache.query(3)); in testBasicCache()
126 testCache.invalidateCache(); in testBasicCache()
127 assertEquals(tester.value(3), testCache.query(3)); in testBasicCache()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DMediaArtworkProcessorTest.kt74 fun testCache() { regex