Home
last modified time | relevance | path

Searched refs:mNotifIdMap (Results 1 – 1 of 1) sorted by relevance

/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageInstallerService.java91 private final Map<String, Integer> mNotifIdMap = new ArrayMap<>(); field in WearPackageInstallerService
553 if (mNotifIdMap.containsKey(packageName)) { in buildNotification()
554 notifId = mNotifIdMap.get(packageName); in buildNotification()
557 mNotifIdMap.put(packageName, notifId); in buildNotification()