Searched refs:thirdPartyApps (Results 1 – 3 of 3) sorted by relevance
58 List<ThirdPartyAppCategory> thirdPartyApps = new ArrayList<ThirdPartyAppCategory>(); in getAll() local92 thirdPartyApps.add(category); in getAll()95 return thirdPartyApps; in getAll()
118 val thirdPartyApps = apps.mapNotNull { info -> in <lambda>() constant135 return thirdPartyApps in <lambda>()
257 List<ThirdPartyAppCategory> thirdPartyApps = ThirdPartyAppCategory.getAll( in doInBackground() local259 for (ThirdPartyAppCategory thirdPartyApp : thirdPartyApps) { in doInBackground()