HomeSort by relevance Sort by last modified time
    Searched defs:notificationSet (Results 1 - 2 of 2) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 264 // notificationSet is kept sorted by the incoming message delivery time, with the
266 SortedSet<NotificationInfo> notificationSet =
271 addMmsNotificationInfos(context, threads, notificationSet);
272 addSmsNotificationInfos(context, threads, notificationSet);
274 if (notificationSet.isEmpty()) {
276 Log.d(TAG, "blockingUpdateNewMessageIndicator: notificationSet is empty, " +
282 Log.d(TAG, "blockingUpdateNewMessageIndicator: count=" + notificationSet.size() +
298 notificationSet);
308 notificationSet.clear();
573 Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 231 final Set<String> notificationSet = mailPrefs.getActiveNotificationSet();
232 if (notificationSet != null) {
233 for (String notificationEntry : notificationSet) {
291 final Set<String> notificationSet = Sets.newHashSet();
300 notificationSet.add(TextUtils.join(NOTIFICATION_PART_SEPARATOR, partValues));
304 mailPrefs.cacheActiveNotificationSet(notificationSet);
    [all...]

Completed in 241 milliseconds