Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/
DCollectionInfoStateTest.kt62 val cachedCollectionInfo = collectionInfoState.getCachedCollectionInfo(expectedProvider) in <lambda>()
82 val cachedCollectionInfo = collectionInfoState.getCachedCollectionInfo(expectedProvider) in <lambda>()
89 val clearedCollectionInfo = collectionInfoState.getCachedCollectionInfo(expectedProvider) in <lambda>()
106 val clearedCollectionInfo = collectionInfoState.getCachedCollectionInfo(expectedProvider) in <lambda>()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/data/
DCollectionInfoState.kt76 suspend fun getCachedCollectionInfo(provider: Provider): CollectionInfo? { in getCachedCollectionInfo() method in com.android.photopicker.data.CollectionInfoState
91 var cachedCollectionInfo = getCachedCollectionInfo(provider) in getCollectionInfo()
99 cachedCollectionInfo = getCachedCollectionInfo(provider) in getCollectionInfo()