Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DThirdPartyAppCategory.java58 List<ThirdPartyAppCategory> thirdPartyApps = new ArrayList<ThirdPartyAppCategory>(); in getAll() local
92 thirdPartyApps.add(category); in getAll()
95 return thirdPartyApps; in getAll()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/client /
DDefaultWallpaperCategoryClientImpl.kt118 val thirdPartyApps = apps.mapNotNull { info -> in <lambda>() constant
135 return thirdPartyApps in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultCategoryProvider.java257 List<ThirdPartyAppCategory> thirdPartyApps = ThirdPartyAppCategory.getAll( in doInBackground() local
259 for (ThirdPartyAppCategory thirdPartyApp : thirdPartyApps) { in doInBackground()