Searched refs:cachedCollectionInfo (Results 1 – 2 of 2) sorted by relevance
62 val cachedCollectionInfo = collectionInfoState.getCachedCollectionInfo(expectedProvider) in <lambda>() constant63 assertThat(cachedCollectionInfo?.authority).isEqualTo(expectedCollectionInfo.authority) in <lambda>()64 assertThat(cachedCollectionInfo?.accountName).isEqualTo(expectedCollectionInfo.accountName) in <lambda>()65 assertThat(cachedCollectionInfo?.collectionId) in <lambda>()82 val cachedCollectionInfo = collectionInfoState.getCachedCollectionInfo(expectedProvider) in <lambda>() constant83 assertThat(cachedCollectionInfo?.authority).isEqualTo(expectedCollectionInfo.authority) in <lambda>()84 assertThat(cachedCollectionInfo?.accountName).isEqualTo(expectedCollectionInfo.accountName) in <lambda>()85 assertThat(cachedCollectionInfo?.collectionId) in <lambda>()
91 var cachedCollectionInfo = getCachedCollectionInfo(provider) in getCollectionInfo() variable93 if (cachedCollectionInfo == null) { in getCollectionInfo()99 cachedCollectionInfo = getCachedCollectionInfo(provider) in getCollectionInfo()105 return cachedCollectionInfo ?: CollectionInfo(provider.authority) in getCollectionInfo()