Searched refs:NotificationKey (Results 1 – 2 of 2) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationUtils.java | 116 private static Map<NotificationKey, Set<Integer>> sConversationNotificationMap = 117 new HashMap<NotificationKey, Set<Integer>>(); 150 private final ConcurrentHashMap<NotificationKey, Pair<Integer, Integer>> mMap = 151 new ConcurrentHashMap<NotificationKey, Pair<Integer, Integer>>(); 163 public Set<NotificationKey> keySet() { in keySet() 173 public Pair<Integer, Integer> remove(NotificationKey key) { in remove() 190 public boolean containsKey(NotificationKey key) { in containsKey() 197 public Integer getUnread(NotificationKey key) { in getUnread() 205 public Integer getUnseen(NotificationKey key) { in getUnseen() 213 public void put(NotificationKey key, int unread, int unseen) { in put() [all …]
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 43024 …elConversationNotifications(com.android.mail.utils.NotificationUtils$NotificationKey, android.supp…
|