Searched defs:notificationSet (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java264 // 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) {
572 addMmsNotificationInfos( Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) argument
714 addSmsNotificationInfos( Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) argument
826 updateNotification( Context context, boolean isNew, int uniqueThreadCount, SortedSet<NotificationInfo> notificationSet) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
H A DMailPrefs.java301 public void cacheActiveNotificationSet(final Set<String> notificationSet) { argument
302 getEditor().putStringSet(PreferenceKeys.CACHED_ACTIVE_NOTIFICATION_SET, notificationSet)

Completed in 58 milliseconds