Searched defs:notificationKey (Results 1 – 6 of 6) sorted by relevance
33 public final String notificationKey; field in NotificationKeyData37 private NotificationKeyData(String notificationKey, String shortcutId, int count) { in NotificationKeyData()
167 NotificationKeyData notificationKey; field in NotificationListener.NotificationPostedMsg241 NotificationKeyData notificationKey, boolean shouldBeFilteredOut); in onNotificationPosted()243 NotificationKeyData notificationKey); in onNotificationRemoved()
46 public final String notificationKey; field in NotificationInfo
71 NotificationKeyData notificationKey, boolean shouldBeFilteredOut) { in onNotificationPosted()97 NotificationKeyData notificationKey) { in onNotificationRemoved()193 String notificationKey = notificationKeyData.notificationKey; in updateBadgeIcon() local261 public void cancelNotification(String notificationKey) { in cancelNotification()
73 public boolean addOrUpdateNotificationKey(NotificationKeyData notificationKey) { in addOrUpdateNotificationKey()97 public boolean removeNotificationKey(NotificationKeyData notificationKey) { in removeNotificationKey()
609 NotificationKey notificationKey = new NotificationKey(account, folder); in validateNotifications() local