Home | History | Annotate | Download | only in statusbar

Lines Matching refs:pkg

442                                 notification.pkg, notification.tag, notification.id));
445 final StatusBarIcon ic = new StatusBarIcon(notification.pkg,
517 content.setOnClickListener(new Launcher(contentIntent, notification.pkg,
530 String ident = notification.pkg + "/0x" + Integer.toHexString(notification.id);
564 notification.pkg + "/0x" + Integer.toHexString(notification.id));
565 final StatusBarIcon ic = new StatusBarIcon(notification.pkg, notification.notification.icon,
1012 Launcher(PendingIntent intent, String pkg, String tag, int id) {
1014 mPkg = pkg;
1076 mBarService.onNotificationError(n.pkg, n.tag, n.id, n.uid, n.initialPid, message);