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()
240 final NotificationKeyData notificationKey; field in NotificationListener.NotificationPostedMsg389 NotificationKeyData notificationKey, boolean shouldBeFilteredOut); in onNotificationPosted()391 NotificationKeyData notificationKey); in onNotificationRemoved()
46 public final String notificationKey; field in NotificationInfo
56 public boolean addOrUpdateNotificationKey(NotificationKeyData notificationKey) { in addOrUpdateNotificationKey()80 public boolean removeNotificationKey(NotificationKeyData notificationKey) { in removeNotificationKey()
74 NotificationKeyData notificationKey, boolean shouldBeFilteredOut) { in onNotificationPosted()101 NotificationKeyData notificationKey) { in onNotificationRemoved()204 public void cancelNotification(String notificationKey) { in cancelNotification()
609 NotificationKey notificationKey = new NotificationKey(account, folder); in validateNotifications() local