Searched refs:getSystemCategories (Results 1 – 6 of 6) sorted by relevance
155 fun getSystemCategories() = in getSystemCategories() method in com.android.wallpaper.picker.category.data.DefaultWallpaperCategoryClientImplTest158 async { defaultWallpaperCategoryClient.getSystemCategories() }.await() in getSystemCategories()
27 suspend fun getSystemCategories(): List<Category> method
175 override suspend fun getSystemCategories(): List<Category> { in <lambda>() method in com.android.wallpaper.picker.category.client.DefaultWallpaperCategoryClientImpl
58 override suspend fun getSystemCategories(): List<Category> { in getSystemCategories() method in com.android.wallpaper.testing.FakeDefaultWallpaperCategoryClient
276 sSystemCategories = getSystemCategories(); in publishDeviceCategories()309 protected List<Category> getSystemCategories() { in getSystemCategories() method in DefaultCategoryProvider.FetchCategoriesTask
131 systemFetchedCategories = defaultWallpaperClient.getSystemCategories() in <lambda>()