Searched refs:pkgs (Results 1 – 4 of 4) sorted by relevance
89 List<ApplicationInfo> pkgs = context.getPackageManager().getInstalledApplications(0); in AppListAdapter() local90 for (int i=0; i<pkgs.size(); i++) { in AppListAdapter()91 ApplicationInfo ai = pkgs.get(i); in AppListAdapter()
88 String[] pkgs = pm.getPackagesForUid(uid); in check() local89 for (String uidPkg : pkgs) { in check()
133 String[] pkgs = mPackageManager.getPackagesForUid(uid); in getPackageNameFromUid() local135 mPackageManager.getApplicationInfo(pkgs[0], 0); in getPackageNameFromUid()
395 String[] pkgs = pm.getPackagesForUid(mUid); in ensureLabel() local398 if (pkgs.length == 1) { in ensureLabel()400 ApplicationInfo ai = pm.getApplicationInfo(pkgs[0], in ensureLabel()412 for (String name : pkgs) { in ensureLabel()442 ApplicationInfo ai = pm.getApplicationInfo(pkgs[0], in ensureLabel()