Home
last modified time | relevance | path

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

/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageInstallerService.java186 Pair<Integer, Notification> notifPair = buildNotification(packageName, notifTitle); in onStartCommand() local
187 startForeground(notifPair.first, notifPair.second); in onStartCommand()
575 Pair<Integer, Notification> notifPair = buildNotification(packageName, title); in getLabelAndUpdateNotification() local
576 notificationManager.notify(notifPair.first, notifPair.second); in getLabelAndUpdateNotification()