Searched defs:thirdPartyAppCategory (Results 1 – 3 of 3) sorted by relevance
| /packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ | ||
| D | FakeDefaultWallpaperCategoryRepository.kt | 75 override val thirdPartyAppCategory: StateFlow<List<CategoryModel>> constant in com.android.wallpaper.testing.FakeDefaultWallpaperCategoryRepository |
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/data/repository/ | ||
| D | WallpaperCategoryRepository.kt | 31 val thirdPartyAppCategory: StateFlow<List<CategoryModel>> constant |
| D | DefaultWallpaperCategoryRepository.kt | 82 override val thirdPartyAppCategory: StateFlow<List<CategoryModel>> = in <lambda>() constant in com.android.wallpaper.picker.category.data.repository.DefaultWallpaperCategoryRepository |