Searched defs:notificationKey (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java1466 public NotificationClicker makeClicker(PendingIntent intent, String notificationKey, argument
1468 return new NotificationClicker(intent, notificationKey, forHun);
1476 public NotificationClicker(PendingIntent intent, String notificationKey, boolean forHun) { argument
1478 mNotificationKey = notificationKey;

Completed in 54 milliseconds