Searched refs:TestQuery (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | IpcDataCacheTest.java | 243 private static class TestQuery class in IpcDataCacheTest 260 private final TestQuery mQuery; 267 this(module, api, new TestQuery()); in TestCache() 270 TestCache(String module, String api, TestQuery query) { in TestCache() 278 this(c, new TestQuery()); in TestCache() 281 TestCache(IpcDataCache.Config c, TestQuery query) { in TestCache()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | PropertyInvalidatedCacheTests.java | 194 private static class TestQuery class in PropertyInvalidatedCacheTests 211 private final TestQuery mQuery; 218 this(module, api, new TestQuery()); in TestCache() 223 TestCache(String module, String api, TestQuery query) { in TestCache()
|