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

/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
H A DMailPrefs.java263 public void cacheActiveNotificationSet(final Set<String> notificationSet) { argument
264 getEditor().putStringSet(PreferenceKeys.CACHED_ACTIVE_NOTIFICATION_SET, notificationSet)
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java252 // notificationSet is kept sorted by the incoming message delivery time, with the
254 SortedSet<NotificationInfo> notificationSet =
259 addMmsNotificationInfos(context, threads, notificationSet);
260 addSmsNotificationInfos(context, threads, notificationSet);
262 if (notificationSet.isEmpty()) {
264 Log.d(TAG, "blockingUpdateNewMessageIndicator: notificationSet is empty, " +
270 Log.d(TAG, "blockingUpdateNewMessageIndicator: count=" + notificationSet.size() +
286 notificationSet);
296 notificationSet.clear();
561 Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) {
560 addMmsNotificationInfos( Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) argument
702 addSmsNotificationInfos( Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) argument
814 updateNotification( Context context, boolean isNew, int uniqueThreadCount, SortedSet<NotificationInfo> notificationSet) argument
[all...]

Completed in 98 milliseconds