Searched refs:intentApps (Results 1 – 1 of 1) sorted by relevance
212 final List<ResolveInfo> intentApps = mPackageManager.queryIntentActivities(intent, 0); in addSystemApps() local213 for (ResolveInfo app : intentApps) { in addSystemApps()