Searched refs:mHostPackages (Results 1 – 1 of 1) sorted by relevance
45 private final ArrayMap<String, String> mHostPackages = new ArrayMap<>(); field in ShortcutNonPersistentUser63 mHostPackages.put(type, packageName); in setShortcutHostPackage()65 mHostPackages.remove(type); in setShortcutHostPackage()69 for (int i = 0; i < mHostPackages.size(); i++) { in setShortcutHostPackage()70 mHostPackageSet.add(mHostPackages.valueAt(i)); in setShortcutHostPackage()80 if (mHostPackages.size() > 0) { in dump()87 for (int i = 0; i < mHostPackages.size(); i++) { in dump()90 pw.print(mHostPackages.keyAt(i)); in dump()92 pw.println(mHostPackages.valueAt(i)); in dump()