Searched refs:tilesSpecs (Results 1 – 5 of 5) sorted by relevance
83 val tiles by collectLastValue(underTest.tilesSpecs(0))90 val tiles by collectLastValue(underTest.tilesSpecs(0))118 val tiles by collectLastValue(underTest.tilesSpecs(0))129 val tiles by collectLastValue(underTest.tilesSpecs(0))139 val tiles by collectLastValue(underTest.tilesSpecs(0))153 val tiles by collectLastValue(underTest.tilesSpecs(0))167 val tiles by collectLastValue(underTest.tilesSpecs(0))181 val tiles by collectLastValue(underTest.tilesSpecs(0))213 val tiles by collectLastValue(underTest.tilesSpecs(0))226 val tiles by collectLastValue(underTest.tilesSpecs(0))[all …]
230 val tiles by collectLastValue(tileSpecRepository.tilesSpecs(USER_INFO_0.id))301 val repoTiles by collectLastValue(tileSpecRepository.tilesSpecs(USER_INFO_0.id))410 val tiles by collectLastValue(tileSpecRepository.tilesSpecs(USER_INFO_0.id))433 val tiles0 by collectLastValue(tileSpecRepository.tilesSpecs(USER_INFO_0.id))434 val tiles1 by collectLastValue(tileSpecRepository.tilesSpecs(USER_INFO_1.id))461 val tiles by collectLastValue(tileSpecRepository.tilesSpecs(USER_INFO_0.id))475 val tiles by collectLastValue(tileSpecRepository.tilesSpecs(USER_INFO_0.id))506 val tiles0 by collectLastValue(tileSpecRepository.tilesSpecs(USER_INFO_0.id))507 val tiles1 by collectLastValue(tileSpecRepository.tilesSpecs(USER_INFO_1.id))529 val tiles by collectLastValue(tileSpecRepository.tilesSpecs(USER_INFO_0.id))
57 fun tilesSpecs(@UserIdInt userId: Int): Flow<List<TileSpec>> regex120 override fun tilesSpecs(userId: Int): Flow<List<TileSpec>> {
30 override fun tilesSpecs(userId: Int): Flow<List<TileSpec>> {
160 tileSpecRepository.tilesSpecs(userId).map { UserAndTiles(userId, it) }