Searched refs:getCustomTileData (Results 1 – 3 of 3) sorted by relevance
96 val editTileDataList = underTest.getCustomTileData() in loadDataForCurrentServices()121 val editTileDataList = underTest.getCustomTileData() in loadDataForCurrentServices_otherCurrentUser_empty()149 val editTileDataList = underTest.getCustomTileData() in loadDataForCurrentServices_serviceInfoWithNullIcon_notInList()
69 return EditTilesModel(stockTiles, iconAndNameCustomRepository.getCustomTileData()) in getTilesToEdit()
46 suspend fun getCustomTileData(): List<EditTileData> { in getCustomTileData() method in com.android.systemui.qs.panels.data.repository.IconAndNameCustomRepository