Searched refs:mHostPackages (Results 1 – 1 of 1) sorted by relevance
44 private final ArrayMap<String, String> mHostPackages = new ArrayMap<>(); field in ShortcutNonPersistentUser61 mHostPackages.put(type, packageName); in setShortcutHostPackage()63 mHostPackages.remove(type); in setShortcutHostPackage()67 for (int i = 0; i < mHostPackages.size(); i++) { in setShortcutHostPackage()68 mHostPackageSet.add(mHostPackages.valueAt(i)); in setShortcutHostPackage()78 if (mHostPackages.size() > 0) { in dump()85 for (int i = 0; i < mHostPackages.size(); i++) { in dump()88 pw.print(mHostPackages.keyAt(i)); in dump()90 pw.println(mHostPackages.valueAt(i)); in dump()