Searched refs:appList (Results 1 – 3 of 3) sorted by relevance
82 List<ActivityManager.RunningAppProcessInfo> appList = am.getRunningAppProcesses(); in AppListAdapter() local83 for (ActivityManager.RunningAppProcessInfo app : appList) { in AppListAdapter()
82 List<ApplicationInfo> appList = mPm.getInstalledApplications(0); in AppListAdapter() local83 for (ApplicationInfo app : appList) { in AppListAdapter()
80 … ArrayList<PackageInfo> appList = msg.getData().getParcelableArrayList(KEY_APPS_USING_PERM);81 createAppList(appList);