Searched refs:getAllInstalledApplications (Results 1 – 3 of 3) sorted by relevance
69 final List<ApplicationInfo> appInfos = Utils.getAllInstalledApplications(this); in onGetAppsUsingPermissions()
132 public static List<ApplicationInfo> getAllInstalledApplications(Context context) { in getAllInstalledApplications() method in Utils
227 final List<ApplicationInfo> appInfos = Utils.getAllInstalledApplications(context); in getAppsWithRuntimePermissions()