Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DLruCacheTest.java87 assertCreated(cache, "aa", "created-aa"); in testStatisticsWithCreate()
91 assertCreated(cache, "bb", "created-bb"); in testStatisticsWithCreate()
95 assertCreated(cache, "cc", "created-cc"); in testStatisticsWithCreate()
99 assertCreated(cache, "dd", "created-dd"); in testStatisticsWithCreate()
103 assertCreated(cache, "aa", "created-aa"); in testStatisticsWithCreate()
480 private void assertCreated(LruCache<String, String> cache, String key, String value) {
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DDocsSelectionHelperTest.java70 assertCreated(2); in testReset_CreatesNewInstances()
94 void assertCreated(int count) { in assertCreated() method in DocsSelectionHelperTest