Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/data/
DDataServiceImpl.kt86 private val albumPagingSources: MutableList<AlbumPagingSource> = mutableListOf() in <lambda>() constant in com.android.photopicker.data.DataServiceImpl
181 albumPagingSources.forEach { albumPagingSource -> in <lambda>()
186 albumPagingSources.clear() in <lambda>()
432 albumPagingSources.add(albumPagingSource) in <lambda>()