Searched defs:notificationKey (Results 1 – 6 of 6) sorted by relevance
47 public boolean addOrUpdateNotificationKey(NotificationKeyData notificationKey) { in addOrUpdateNotificationKey()71 public boolean removeNotificationKey(NotificationKeyData notificationKey) { in removeNotificationKey()
34 public final String notificationKey; field in NotificationKeyData38 private NotificationKeyData(String notificationKey, String shortcutId, int count) { in NotificationKeyData()
241 final NotificationKeyData notificationKey; field in NotificationListener.NotificationPostedMsg390 NotificationKeyData notificationKey, boolean shouldBeFilteredOut); in onNotificationPosted()392 NotificationKeyData notificationKey); in onNotificationRemoved()
47 public final String notificationKey; field in NotificationInfo
74 NotificationKeyData notificationKey, boolean shouldBeFilteredOut) { in onNotificationPosted()101 NotificationKeyData notificationKey) { in onNotificationRemoved()191 public void cancelNotification(String notificationKey) { in cancelNotification()
609 NotificationKey notificationKey = new NotificationKey(account, folder); in validateNotifications() local