Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DIpcDataCacheTest.java262 TestCache() { in TestCache() method in IpcDataCacheTest.TestCache
295 TestCache cache = new TestCache(); in testCacheRecompute()
317 TestCache cache = new TestCache(); in testCacheInitialState()
330 TestCache cache = new TestCache(MODULE, UNSET_API); in testCachePropertyUnset()
338 TestCache cache = new TestCache(); in testCacheDisableState()
358 TestCache cache = new TestCache(); in testLocalProcessDisable()
376 TestCache ac = new TestCache(a); in testConfig()
382 TestCache bc = new TestCache(b); in testConfig()
388 TestCache cc = new TestCache(c); in testConfig()
394 TestCache dc = new TestCache(d); in testConfig()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DPropertyInvalidatedCacheTests.java213 TestCache() { in TestCache() method in PropertyInvalidatedCacheTests.TestCache
217 TestCache(String module, String api) { in TestCache() method in PropertyInvalidatedCacheTests.TestCache
223 TestCache(String module, String api, TestQuery query) { in TestCache() method in PropertyInvalidatedCacheTests.TestCache
239 TestCache cache = new TestCache(); in testCacheRecompute()
261 TestCache cache = new TestCache(); in testCacheInitialState()
274 TestCache cache = new TestCache(MODULE, UNSET_API); in testCachePropertyUnset()
282 TestCache cache = new TestCache(); in testCacheDisableState()
303 TestCache cache = new TestCache() { in testRefreshSameObject()
324 TestCache cache = new TestCache() { in testRefreshInvalidateRace()
343 TestCache cache = new TestCache(); in testLocalProcessDisable()
[all …]
/aosp14/system/core/libcutils/
H A Dmultiuser_test.cpp90 TEST(MultiuserTest, TestCache) { in TEST() argument